body, #container, ul#menu{
	position:absolute;
	margin: 0px;
	padding: 0px;
}
html, body{
	height:100%;
	width:100%;
	overflow:hidden;
}
body{
	font-family: "Lucida Sans", arial, sans-serif;
	background: #000 url(earth-from-space2.jpg) no-repeat bottom left;
}
body, form, input, textarea{
	font-style: normal;
	font-size: 15px;
}
#container{
	bottom:0px;
	top:0;
	left:50%;
	right:0;
	background-color: #93B6EB;
	border-left:1px solid #000;
	font-family: arial, sans-serif;
	color: #000;
	overflow:auto;
}
#text{vertical-align:middle;}
#text a:link{color:#000;}
#text a:visited{color:#000066;}
#text a:hover{color:#003399;}
h1,h2{
	color:#fff;
	width:194px;
	padding:3px;
	font-weight: bold;
}
h1{
	margin-top:50px;
	text-align:right;
	font-size:22px;
}
h2{
	text-align:center;
	font-size:16px;
	margin-top:30px;
	color: #93B6EB;
}
h4, h5, p{padding:5px;margin:10px auto;max-width:370px;}
h4{font-size:18px;margin-top:50px;}
h5{padding:0;margin-top:15px;}
.euro{font-family: arial, sans-serif;}
ul#menu{
	bottom:50px;
	right:55%;
	width:150px;
	list-style:none;
	text-align:right;
}
ul#menu li a{
	font-size:16px;
	margin:5px;
	color: #fff;
	line-height:32px;
}
#webdesign a,#webdesign a:visited, #webdesign{color: #444;}
#webdesign{
	position:absolute;
	bottom:2px;
	right:50%;
	font-size:8px;
	text-align:right;
}
label{
	display: block;
	float:left;
	clear:left;
	margin:0;
	padding:0 10px;
	vertical-align:top;
	width:70px;
}
label,input{font-size: 15px;}
