*{margin:0px; padding:0px;}
html,body{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	background-color:#fff; 
	color:#000;
	background-image:url('../img/need-for-speed-nitro-background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
#container{ margin:auto; width:990px;}
#header{padding:20px 0px;}
h1#logo {
	background-image:url('../img/need-for-speed-nitro-logo.png'); 
	width:471px; height:242px; 
	overflow:hidden;
	line-height:2000;
}
#footer{padding-top:40px; margin-bottom:40px; color:#999; clear:both; text-align:right;}
p{margin-bottom:15px; line-height:20px;}
#left{width:450px; float:left; margin-right:80px;}
#right{width:450px; float:left; }
ul{	margin-left:30px;margin-bottom:25px;}
li{line-height:20px;}
a:link, a:visited{color:#0E91CD;}
a:hover{color:#1B4656;}
h2{background-color:#F7FB4F; text-transform:uppercase; color:#000; padding:4px 6px; margin-bottom:10px;}

ul.screenshots{list-style-type:none; margin:0px;}
.screenshots li{float:left; margin-right:10px; margin-bottom:10px;}
img{border:0px;}

