#banner {
	background-image: url('../img/banner_games.jpg');
}
h1,h2,h3,a,a:link,a:visited,a:hover {
	color: #B71521;
}
input[type="button"],input[type="submit"] {
	background-color: #B71521;
	width: 180px;
}
.Box {
	border: 1px solid #B71521; 
	padding: 4px; 
	padding-top: 8px;
	margin: 4px; 
	width: 165px; 
	float: left; 
	text-align: center;
	-moz-border-radius: 5px;
}
#menu a.selected {
	background-image: url('../img/bg_button_games.jpg');
}