body{
	background-color:      #000000;
	background-image:      url("../adventures/images/background.png");
	background-position:   top;
	background-repeat:     no-repeat;
	background-attachment: fixed;
	
	color: #000000;
}

img.screenshot{
	border: 5px solid #000000;
}
img.screenshot:hover{
	border: 5px solid #A65A00;
}