body{
	background: #cccccc;
	color: #333333;
	font-family: "verdana", trebuchet ms;
	font-size: 11px;
	text-align: center;
}

#container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logo {
	text-align: left;
	margin: 35px 0 5px 0px;
}

#beginer {
	border: solid 10px #f0f0f0;
	background: #91845f;
	background-image: url(../images/mainbackground.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	text-align: justify;
}

	#beginer h1 { font : 1.5em "verdana", Arial, Sans-Serif;  margin : 0px 0px 0px 0px; text-style: uppercase; text-transform: uppercase;}
	#beginer p {line-height: 17px;}
	
#enter {
	border: solid 1px #ebe8d6;
	background: #d6d1ac;
	color: #5e4217;
	text-align: center; 
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 60px;
	padding: 3px;
}

	#enter a {text-decoration: none; color: #5e4217;}
	#enter a:hover {text-decoration: underline; color: #800000;}