
html {
	height: 100%;
}

body {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 100%
}

#intro {
	width: 385px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

#menu_container {
	overflow: hidden;
	position: absolute;
	width: 100%;
	padding-top: 30px;
}
#menu {
	color: #ddd;
	z-index: 101;
	width: 900px;
	margin: 0 auto;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	/*letter-spacing: -0.6px;*/
	height: 32px;
	padding-top: 8px;
	background: url(../images/menu_black_background.png);
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	margin-left: 9px;
}
#menu a {
	text-decoration: none;
	color: #ddd;
}

#text_container {
	overflow: hidden;
	position: absolute;
	width: 100%;
	margin-top: 130px;
}
#text {
	color: #ddd;
	z-index: 100;
	width: 700px;
	margin: 0 auto;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}
