body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(images/ooh-background.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainWrapper {
	width:900px;
	height:auto;
	background-color:RGB(240,240,230);
	margin:20px auto;
	border:1px solid RGB(176,175,168);
}

#mainWrapper #header {
	width:860px; 
	height:auto; 
	padding:0; 
	margin:20px;
}

#mainWrapper #header #logo {
	width:280px; 
	height:65px; 
	margin:0; 
	padding:0; 
	float:left;
}

#logo img {
	width:280px; 
	height:65px; 
	border:none;
}

#mainWrapper #header #nav {
	width:400px; 
	padding-top:30px; 
	float:right; 
	text-align:right; 
	padding-right:20px;
}

#mainWrapper #header #nav a {
	color:#000; 
	font-weight:bold; 
	text-transform:capitalize;
}

#mainWrapper #contentWrapper {
	width:auto; 
	height:auto; 
	margin:20px; 
	margin-top:0; 
	padding:20px; 
	padding-bottom:236px;
	border:1px solid RGB(210,210,210); 
	background-color:#FFF;
	background-image:url(images/ooh-crowd.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	/* -- total available width is 858px -- */
}

#advertiserFooter {
	width:900px; 
	margin:0 auto; 
	text-align:center;
}