@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-image: url(images/BKG.jpg);
	background-repeat: repeat-x;
}
#center  {
	width: 1200px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -35px;
	margin-left: auto;
}
#mainContent  {
	padding: 0px;
	text-align: left;
	height: auto;
	width: 1200px;
}
.attention {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
}

