html, body{
	margin: 0;
	padding: 0;
	overflow: auto;
	font: 12px Verdana, Geneva, sans-serif;
}

#container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#body{
	position: absolute;
	top: 0px;
	left: auto;
	width: 967px;
	height: auto;
	min-height: 100%;
	background-image: url('images/body.png');
	background-repeat: repeat-y;
}

#header{
	margin-left: 30px;	
	margin-top: 20px;
}

#title{
	position: absolute;
	top: 30px;
	left: 330px;
}

#text{
	position: relative;
	left: 30px;
	width: 807px;
}

#menu{
	position: absolute;
	top: 200px;
	right: 10px;
	width: 110px;	
}

h1{
	position: absolute;
	right: 50px;
	font-size: 16px;
}

a:link{color: #d4af05; text-decoration: none;}
a:active{color: #d4af05; text-decoration: none;}
a:visited{color: #d4af05; text-decoration: none;}
a:hover{color: #d4af05; text-decoration: underline;}
