/* CSS Document */

body{
	background:url(backgrounds/bGroundAbout.jpg) center top #FFFFFF no-repeat;
	margin:0px;
	padding:0px;
}

#MenuBarWrapper{
	width:900px;
	height:200px;
	position:relative;
}

#pollutoBadge{
	width:400px;
	height:115px;
	position:absolute;
	top:10px;
	left:10px;
}

#menuArea{
	position:absolute;
	top:135px;
	left:35px;
	text-align:left;
	width:865px;
}

	#menuArea a{
		font-size:26px;
		font-style:none;
		color:#000000;
		text-decoration:none;
	}
