body, html { height:100%; margin:0 }

body{
	background:#FFFFFF url(img/bodybg.jpg);
	text-align:center;
	font-size:small;
	font-family: "Courier New", Courier, mono;
	color: #8B7727;
	margin: auto;
	padding: 0;
	}

a:link, a:visited, a:active  {
	color: #7A6923;
	text-decoration:none;
	}

a:hover {
	color: #C7AB3D;
	text-decoration:none;
	}

#container {
	width:600px;
	height:482px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-241px 0 0 -300px;
	}

img {border: 0;}

#cont_cont { 
	position: absolute;
	top: 0;
	right: 0;
}