/* CSS Document */
body, div, span, h1, h2, h3, img, p, ul, li, ol, form, input, select, option, textarea, pre, iframe, table, td, tr, th, a, label, *{
	font-family: Arial;
	color:#2c2c2c;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border-collapse:collapse;
	outline:none;
	border:0;
}
/*BG*/
body {
	background:#76b4cf url(images/background.jpg) repeat-x top ;
	text-align:center;
}

#mainDiv{
width:985px;
height:706px;
margin-left:auto;
margin-right:auto;
}