@charset "utf-8";
/* CSS Document */

body {
	background-color: #000066;
	margin: 0;
	padding: 0;
	background-image:url('blubg.jpg');
	font-size: 20px;
}
a {
	color: #000066;
	text-decoration: none;
	margin-left: 50px;
	font-size: 25px;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

#headly {
	background-color: #FFFFFF;
	width: 100%;
	position: absolute;
	top: 20px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	height: 150px;
	z-index: 1;
}

#pic {position: absolute;
	right: 0px;
	top: 220px;
	width: 300px;
	z-index: 5; 
}

#titlest {position: absolute;
	z-index: 2;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 250px;
}

#bod{	top: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;

}

#texter {filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding-top: 30px;
	width: 550px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	top: 20px;
	}


#footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: #FFFFFF;
	padding-right: 30px;
	text-align: right;

}