#body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	background-image: url(../background.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 800px;
	background-position: -150px;
}
#header {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	width: 800px;
	height: 45px;
	position: absolute;
	top: 50px;
}
#navigator{
	font-size: 20px;
	width: 800px;
	word-spacing: 25px;
	text-align: center;
	vertical-align: middle;
}
#picNavigator {
	display: block;
	height: 90px;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 7px;
	position: absolute;
	top: 600px;
	text-align: center;
}
#pictures {
	height: 400px;
	width: 400px;
	position: absolute;
	top: 180px;
	z-index: 5;
	float: left;
	clear: both;
	left: 225px;
}
#text {
	margin-left: 250px;
	font-size: 20px;
	margin-top: 20px;
	position: absolute;
	top: 202px;
	left: 67px;
	width: 395px;
}
a {
	color: #FFF;
	text-decoration: none;
}
