/* CSS Document */

html {
	width:100%; 
   height:100%;
	background:#333 url(img_bg_body.jpg) top center no-repeat;
}

#logo {
	margin:auto auto;
	width:500px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-250px;
}

#text {
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	width:490px;
	height:100px;
	position:absolute;
	top:80%;
	left:50%;
	margin-left:-250px;
	text-align:center;
}

#address { 
	position:absolute;
	top:0;
	left:0;
	color:#cccccc;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	width:100%;
	margin:0;
	line-height:11px;
}

a {
	color:#76b107;
	text-decoration:none;
}

#lang {
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	width:110px;
	height:20px;
	position:relative;
	margin: auto;
	text-align:center;

	position:absolute;
	top:80%;
	left:50%;
	margin-left:-64px;
	text-align:center;
	
}

#lang a {
	float:left;
	width:35px;
	margin:0 10px;
}

#german {
	width:35px;
	height:20px;
	background:url(img_german_icon_round.png) top left no-repeat;
	margin:5px auto;	
}

#eng {
	width:35px;
	height:20px;
	background:url(img_english_icon.png) top left no-repeat;
	margin:5px auto;	
}

#ita {
	width:35px;
	height:20px;
	background:url(img_ital_icon.jpg) top left no-repeat;
	margin:0 auto;	
}

#fra {
	width:35px;
	height:20px;
	background:url(img_fra_icon.jpg) top left no-repeat;
	margin:0 auto;	
}




