/* CSS Document */
body
{
    background-color: #000000;    
}

#wrapper
{
	background-color: #000000;
	width: 790px; 
	margin:0 auto;

}

#main-area
{
	background-color: #000000;
}

#header
{
    padding-top: 2%;
	min-height: 130px;
	background: url(../images/top-banner-new.jpg) no-repeat;

}

*html #header
{
    height: 125px;   
}

#brand-marquee
{
    min-height: 35px;    
}

*html #brand-marquee
{
    height: 35px;    
}

#main-content
{
	min-width: 100%;
	
	background-color: #151515;
}

*html #main-content
{
    width: 100%;
	height: 600px;
}

#main-content h1
{
    color: #FFFFFF; 
}
    
#footer
{
	min-width: 99%;
	min-height: 50px;
	background-color: #000000;
}

*html #footer
{
	width: 99%;
	height: 50px;
}

.clear
{
	clear: both;
}


