@charset "utf-8";
/* CSS Document */



html, body{
	position:relative;
	margin:0px;
	width:100%;
	background: #bfa57a url(../gfx/body_bkg.jpg) repeat top left;
	
}

#Container{
	position:absolute;
	top:12px;
	left:0px;
	width:100%;
	height:510px;
	border-top:2px solid #42392d;
	border-bottom:2px solid #42392d;
	z-index:1;
}

#Content{
	position:relative;
	width:100%;
	float:left;
	background:#666666;
	height:510px;
}



#Footer{
	position:absolute;
	width:100%;
	height:74px;
	left:0px;
	top:489px;
	z-index:100;
}

.logo{
	position:relative;
	margin:0px auto;
	width:179px;
	height:74px;
	
	background: url(../gfx/logo.png) no-repeat top left;	
}

.copyright{
	position:relative;
	height:auto;
	width:380px;
	margin:0px auto;
	margin-top:40px;
	text-align:center;
	
	font:10px Arial, Helvetica, sans-serif;	
	color:#42392d;
}

a{
	color:#000000;
	text-decoration:none;	
}
a:hover{
	color:#ffffff;	
}

