html,body {
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat: fixed;
	background-position: top center;
	background-attachment:fixed;
	text-align:center;
	margin:0 0 0 0 ;
	color: #473216;
	font-size:12px;
	font-family: arial, "lucida console", sans-serif;
	font-size-adjust: 0.58;
	line-height: 1.4;
}

div.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	background-image: url(../images/colbg.png);
	background-repeat: repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div.header {
	width: 392px;
	height: 132px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div.menu {
	width:600px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

div.footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
	div.footer p {
		padding:1em;
		margin:0;
	}

a.textlink:link{color:#A97F0D;text-decoration:none;font-weight:bold;}
a.textlink:visited{color:#A97F0D;text-decoration:none;font-weight:bold;}
a.textlink:active{color:#A97F0D;text-decoration:none;font-weight:bold;}
a.textlink:hover{color:#A97F0D;text-decoration:underline;font-weight:bold;}

a.bottomlink:link{color:#473216;text-decoration:none;font-size:10px;margin-left: 12px}
a.bottomlink:visited{color:#473216;text-decoration:none;font-size:10px;margin-left: 12px}
a.bottomlink:active{color:#473216;text-decoration:none;font-size:10px;margin-left: 12px}
a.bottomlink:hover{color:#473216;text-decoration:underline;font-size:10px;margin-left: 12px}
