@charset "utf-8";
/* CSS Document */

a {
font-weight: bold;
}

a:link {
color:#FFFFFF;
text-decoration: none;
}
a:visited {
color:#CCCCCC;
text-decoration: none;
}
a:hover {
color:#FFFF00;
text-decoration: underline;
}
a:active {
color: #FFFFFF;
text-decoration: none;
}
body
{
	color:#FFFFFF;
	background-image:url(../../images/Promo_BG_000033_Black_Grad.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:repeat-x;
}
.vehicle_desc
{
	font-size:24px;
	font-weight:bold;
}
#container_div
{
	background-image:url(../../images/Promo_BG_000033_Black_Logo.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
#header
{
	background-image:url(../../images/onAir_Header_BG.gif);
	background-repeat:repeat-x;
}
#content
{
	color:#FFFFFF;
	position:absolute;
	top:0px;
	z-index:100;
	width:100%;
}
.link_list
{
	width:450px;
}
