/*<![CDATA[*/
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #3A2D1B;
	background-image: url(../img/bg_tile.jpg);
	background-repeat: repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #634D2E;
}

#maincontainer {
	position: absolute;
	top: 50%;
	width: 100%;
}

#container {
	display: block;
	margin-top: -290px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 100%;
	height:600px;
}

#content {
	position: relative;
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	width: 980px;
	height: 600px;
	background-image:  url(../img/bg_home.jpg);
}

a:link {color:#634D2E;text-decoration: none;} 
a:active {color:#634D2E;text-decoration: none;}
a:visited {color:#634D2E;text-decoration: none;}
a:hover {color:#8F6F43;text-decoration: none;}

#gallery {
	position: absolute;
	top: 132px;
	left: 143px;
}

#enter {
	position: absolute;
	top: 470px;
	left: 185px;
}

#mail {
	position: absolute;
	top: 435px;
	left: 814px;
}

#footer {
	position: absolute;
	top: 555px;
	left: 590px;
}

/*]]>*/
	
