@charset "UTF-8";
/* CSS Document for The Brownie Brittle Company homepage by Rocket Communications www.rocketsite.us */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #442A10;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
}

 #container {
	width: 1170px;
	background-image: url(images/landing_pgbkgnd.jpg);
	background-repeat: no-repeat;
	height: 912px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

 #header {
	background: none; 
	padding: 0 20px;  
}

 #mainContent {
 	margin: 530px 0px 0 320px;
	padding: 0;
	background: none;
	width: 560px;
	height: 110px;
	overflow: auto;
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

#footer {
 	width: 880px;
	height: 75px;
 	margin: 50px auto 0;
	padding: 0 10px; 
	background: none;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}



#advertisement {
	width: 900px;
	height: 30px;
	margin: 10px auto;
	color: #fff;
	font-size: 10px;
	text-align: center;
	}
	
#advertisement a:link, a:visited {
	color: #CC9933;
	text-decoration: none;
	}
	
#advertisement a:focus, a:hover {
	color: #FF3333;
	text-decoration: underline;
	}
