@import url("/css/cms/reset.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFC;
	background-color: #460025;
	background-image: url("/images/bg_inner.gif");
	background-position: 50% 0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.oneColFixCtr #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content {
	width:998px;
	
	background-image: url("/images/maket_coral2_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 638px;
}


a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #00CCFF;
}
.center {text-align: center;}


#informer {text-align: center;}
