body {
	text-align: left;
	color: white;
	font: 1em/1em Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: black;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
	font-size: .75em;
	letter-spacing: .1em;
}
a img {
	border: 0;
	}
a:hover, a:visited:hover {
	color: gray;
}

a:active, a:visited:active {
	color: #4a565c;
}
#pageBox{
	width: 100%;
	text-align: center;
}

#intro{
	height: 500px;
	width: 854px;
	display: block;
}
#logo{
	width: 121px;
	height: 135px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}
#lang{
	display: block;
	position: absolute;
	left: 0;
	top: 135px;
	width: 121px;
	text-align: left;
}
#pic{
	width: 150px;
	height: 150px;
	display: block;
	float: none;
	top: 0;
	position: absolute;
	left: 130px;
}