@charset "utf-8";

body {
	text-align: center;
	color: #666666;
	background: url(../images/bodybg.gif) repeat-x center top;
}

a {
	color:#FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #66CCCC;
}

a:hover {
	color: #FF6699;
	text-decoration: none;
}
	
#wrapper {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../images/bg.jpg) repeat-y left top;
}

#mainArea {
	margin-right: 53px;
	margin-left: 53px;
	padding: 20px;
}

#footer {
	margin-right: 53px;
	margin-left: 53px;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

