@charset "utf-8";
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}
#wrapper {
	text-align: left;
	width: 800px;
	background-position: center;
	margin-top: -250px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#content {
	background-image: url(../assets/index_background.jpg);
	background-repeat: no-repeat;
	height: 395px;
	margin-top: 6px;
	margin-bottom: 2px;
}
#content img {
	margin: 60px 0 0 160px;
}
#nav {
	padding: 110px 0px 0px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
}
#nav li {
	list-style: none;
}
#nav a{
	padding: 0px 0px 20px 0px;
	display: block;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #8391c9;
}
.text {
	font-family: "Arial Black", Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: right;
	line-height: 28px;
}
