html {margin: 0; padding: 0; /*background: #ae0015;*/}

body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	color: #000;
} 
#wrapper {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 800px;
	margin-left: -420px;
	background: #CC0000;
	padding: 10px 20px 0 20px;
	border: 1px solid #000000;
}
#mainContent {margin: 0 40px;}
#footer {
	height: 70px;
	background-image: url(../images/om.jpg);
	background-repeat: no-repeat;
	font-size: 0.9em;
	text-align: center;
	padding-top: 35px;
	margin: 30px 0 -20px 0;	
}

