
* {
	outline: none;
}

html {
	height: 100%;
}

body {
	/*background: url(../images/about_background.jpg) top center no-repeat #000;*/
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #272727;
	font-family: arial, sans-serif;
	font-size: 12px;
}

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

#menu_container {
	overflow: hidden;
	position: absolute;
	width: 100%;
	/*padding-top: 30px;*/
	height: 100%
}
#menu {
	/*z-index: 101;*/
	width: 900px;
	margin: 45px auto 0 auto;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	/*letter-spacing: -0.6px;*/
	height: 39px;
	line-height: 39px;
	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;
	display: block;
}

#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;
}

#quick_access {
	position: fixed;
	bottom: 5px;
	right: 5px;
	background: #fff;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	padding: 2px 10px 2px 10px;
	color: #000;
}
#quick_access ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#quick_access li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 25px;
	height: 25px;
}
#quick_access a {
	color: #000;
	text-decoration: none;
}

#skip {
	position: fixed;
	bottom: 5px;
	right: 110px;
	height: 25px;
	background: #fff;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	padding: 2px 10px 2px 10px;
	margin: 0 auto;
	color: #000;
	line-height: 27px;
}
#skip a {
	color: #000;
	text-decoration: none;
}
