/* CSS Document */

body {
background-repeat: repeat-x;
margin: 0px;
}

#container {
position: relative;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 800px;
}

#logotype {
position: relative;
margin-top: 155px;
margin-left: auto;
margin-right: auto;
width: 800px;
}

#contact {
position: relative;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 810px;
}

#footer {
font-size: 9pt;
color: #666666;
}

a:link { 
text-decoration: none; 
color: #666666;
}

a:visited { 
text-decoration: none; 
color: #666666;
}

a:hover, a:active {
text-decoration: none;   
color: #FFFFFF;
}	
	