/* CSS Document */

body{
	background-color:#707070;
	text-align:center;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container{
	margin:0 auto;
	text-align:center;
	width:50%;
}

#header{
	position:absolute;
	margin-top:-9000px;
}

#content{
	margin-top:15em;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}

#content a{
	color:#FFFFFF;
}

#language{
	display:block;
	color:#FFFFFF;
	text-align:left;
	padding:2px;
}

#language a{
	color:#fff;
	text-decoration: none;
	border-bottom: dotted 1px;
}

#credit{
	font-size: 10px;
	color: #c1c1c1;
}
#credit a{
	color: #e2e2e2;
}