@charset "utf-8";
/* CSS Document */
BODY
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	/*background: black url(http://game.amd.com/us-en/content/images/backgrounds/ruby_cols.jpg) fixed no-repeat 50% 0;
	background:black url(left_Reg.gif) no-repeat top left;*/
	background: black url(ruby_cols3.gif) fixed no-repeat 50% 0;
}

#logoID
{
	margin-left:auto;
	margin-right:auto;
	width: 776px;
	background:url(logo_ATi.gif) no-repeat;
	height:130px;
}
.postedBy
{
	font-size:9px;
}

/* ==== Main Nav === */

#navID
{
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width: 754px;
	height: 41px;
	background:url(nav_bg.jpg) no-repeat 0 100%;
	padding-left: 22px;
}
#navID a
{
	line-height:31px;
	font-size: 1em;
	padding-right: 22px;
	color:#FDFDFD;/* #FFFDDD #DDDFFF */
	text-decoration:none;
}
#navID a:hover
{
	color:#DDDDDD;
	text-decoration:none;
	/*background-image:url(button_bg2.gif);*/
}

/* === Content === */

#contentID
{
	width:776px;
	margin-left:auto;
	margin-right:auto;
	color:#999;
}
#contentID hr
{
    margin: 3px 0 0 0;
    height: 1px;
    border: none;
    background: #333;
	color:#8B0101;
    background: url(hr.gif) no-repeat 0 100%;
}
#contentID h1, h2, h3, h4, h5, h6
{
	color:#FFF;
	margin:0;
}
#contentID a
{
	color:#8B0101;
}
#contentID a:hover
{
	color:#8B0101;
}

/* === Footer === */

#footerID
{
	width:776px;
	margin-left:auto;
	margin-right:auto;
	font-size: x-small;
    color: #bbb;
	text-align: center;
}
#footerID a
{
    color: #bbb;
}