* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
	
body{
 background-color:#F9F7FB; 
text-align:center;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-13.75em; 
	float:left;
	}

#container {
		margin:0 auto;
		position:relative; 
		text-align:left;
		clear:left;
		width:718px;
		height:532px;
	}


div#content{
	background-image:url("/img/background_startpage.jpg");
	background-repeat:no-repeat;
	width:718px;
	height:492px;
	text-align:center;
}


#content a,#content a:hover, #content a:visited{
	color:#2c1461;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana;
	font-weight:bold;
}

#content a:hover{
	color:#429d29;
}

#content ul{
	position:relative;
	top:50px;
	text-align:center;
	list-style:none;
}

#content li{
	display:inline;
	margin-right:30px;
}

div#startpage_certificates_left{
	position:absolute;
	width:200px;
	top:370px;
	left:80px;
}

div#startpage_certificates_right{
	position:absolute;
	width:189px;
	top:370px;
	left:390px;
}

#startpage_certificates_left img{
	float:left;
	
}

#startpage_certificates_right img{
	float:right;
	
}

#startpage_certificates_left h1,#startpage_certificates_right h1{
	font-family: Verdana;
	font-size:10px;
}

#startpage_certificates_left p,#startpage_certificates_right p{
	font-size:10px;
	color:#444;
}

#startpage_logo img{
	position:relative;
	top:80px;
}

#content h1{
	position:relative;
	top:80px;
	text-align:center;
	color:#2c1461;
	font-size:14px;
	font-family:verdana;
}

