/* CSS Document */
body{
	background-color:#125fa0;
	background-image:url("../images/bg_gradient.jpg");
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	/*--the following allows FF to handle negative z-index the same as IE--*/
	position:relative;
	z-index:0;
}

img{
	border:none;
}

.imageheader{
    background-image:url("../images/bg_content_blowout.gif");
    width:1024px;
    height:57px;
    margin:0 auto;
    
}
.imagefooter{
    background-image:url("../images/bg_content_blowout.gif");
    background-position:0px -635px;
    width:1024px;
    height:100px;
    margin:0 auto;
}
.printbutton{
    margin-left:10px;
}
.closebutton{
}
.content{
    text-align:center;
    margin:0 auto;
}
/*-- Footer Styles --*/
#footer{
    clear: both;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin:15px 0;
}

#footer img{
    vertical-align:middle;
}

#footer a, #footer a:visited{
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

#footer #logos a:hover{
    text-decoration: none;
}

#rarelogo
{
	height: 52px;
	width: 50px;
}

#xboxlogo
{
	margin-left: 10px;
}

#msgameslogo{
    margin-left: 10px;
}

#primalogo{
    margin-left:20px;
}

#esrb{
    margin-left:35px;
}
/*-- End Footer Styles --*/


