* {
	margin: 0;
	padding: auto;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	background-color:#000;
	
}

div#container {
	position: relative;
	top: 20px;
	margin: 0px auto 0px;
	width: 1000px;
	height: 800px;
	border:#FFF;
	background-image:url(../img/seamist.png);
}

div#logo {
	position: absolute;
	top: 38px;
	left: 25px;
	width: 498px;
	height: 81px;
}
	
div#buttons_left {
	position: absolute;
	left: 25px;
	top: 159px;
	width: 150px;
	height: 602px;
}
	
div#buttons_right {
	position: absolute;
	top: 159px;
	left: 195px;
	width: 150px;
	height: 600px;
}

div#head_text {
	position: absolute;
	top: 158px;
	left: 370px;
	width: 600px;
	height: 601px;
	background-image:url(../Img/textbox.png);
}

div#textbox {
	position: absolute;
	top: 207px;
	left: 405px;
	width: 535px;
	height: 539px;
	text-align:justify;
}

#textbox a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#textbox a:hover {
	color: #333; 
	text-decoration: none;
}

div#photo {
	position: absolute;
	top: 23px;
	left: 526px;
	width: 193px;
	height: 130px;
	background-image:url(../Img/photo.png);
}

div#linkboxleft {
	position: absolute;
	top: 36px;
	left: 722px;
	width: 129px;
	height: 118px;
}

div#linkboxright {
	position: absolute;
	top: 49px;
	left: 852px;
	width: 122px;
	height: 101px;
