* {
	border:				0;
	margin:				0;
	padding:			0;
}

html, body {
    font:               100% arial;
    background-color:   #4e432c;
	background-image:   url(images/bg_body.jpg);
	background-repeat:repeat-x;
}

div#wrapper {
	margin:				0 auto;
	width:				800px;
	overflow:			hidden;
	color:#86775c;
	font-size:12px;
}

a{
	color:#2eb7ea;
	text-decoration:none;
	font-weight:bold;
}

div.clear {
	clear:				both;
	height:				0;
	width:				100%;	
}

#contentSection {
	width:800px;
	height:600px;
	text-align:center;
	padding:40px 0px 0px 0px;
}
#footer{
	text-align:center;
	color:#7c6e54;
	font-size:11px;
}

a.enter{
	color:#dcdaa9;
	font-size:22px;
	font-weight:normal;
	text-decoration:none;
	margin:30px auto 30px auto;
	display:block;
	width:99px;
	height:48px;
	background-image:url(images/bt_enter.jpg);
	background-repeat:no-repeat;
	
}
.white{
	color:#e9ebd5;
}
