@import url("round.css");

body{
	background: #EEEEEE;
	color: #292828;
}

img{
	border:none;
}

div.section{
	border-bottom: 1px solid #FFFFFF;
}

a{
	color: #d90012
}


a:hover{
	color: #e04251;
}

#header{
		background: url('../img/bkg/bkg_header.png') bottom left repeat-x;	
	}
	
	#header h1{
		background: url('../img/static/header.png') top left no-repeat;
	}
	
	#header h2{
		background: url('../img/static/tagline.png') top left no-repeat;
	}
	
#games{
	background: #EAEAEA url('../img/bkg/bkg_polaroids.png') top left repeat-x;
	}

#descriptions{
		background: url('../img/bkg/bkg_descriptions.png') top left repeat-x;
	}
	
	.description h2{
		background: url('../img/bkg/bkg_blurbarrow.png') center right no-repeat;
	}
	
	.description h3.screenshots{
		background: url('../img/headers/header_screenshots.png') top left no-repeat;
		background-position: -4px 0px;
	}
	
	.description h3.awards{
		background: url('../img/headers/header_awards.png') top left no-repeat;
		background-position: -4px 0px;
	}
	.description h3.platforms{
		background: url('../img/headers/header_platforms.png') top left no-repeat;
		background-position: -4px 0px;
	}
	
#footer{
	background: url('../img/bkg/bkg_footer_drop.png') top left repeat-x;
}
	#footer .container{
		background: url('../img/bkg/bkg_footer.gif') top left repeat-x;
		background-color: #282828;
		}
		
		
#sale_over{
	color: #333333;
	text-shadow: 1px 1px 0px #FFFFFF;


}