
* {
	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%;
	margin-top: 45px;
}
*/
#fake_background {
	height: 100%;
	background: url(../images/about_background.jpg) no-repeat #000;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	z-index: -1;
	position: absolute;
}
#fake {
	width: 100%;
	z-index: 0;
	position: absolute;
}
#fake_menu {
	margin-top: 45px;
	/*background: url(../images/menu_white_background.png);*/
	background: url(../images/menu_black_background.png);
	height: 39px;
}
#menu {
	color: #ddd;
	/*z-index: 101;*/
	width: 900px;
	margin: 45px auto 0 auto;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	/*letter-spacing: -0.7px;*/
	height: 39px;
	line-height: 39px;
	/*background: url(../images/menu_white_background.png);*/
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	margin-left: 9px;
}
#menu a {
	text-decoration: none;
	/*color: #000;*/
	color: #ddd;
	display: block;
}

#text_container {
	overflow: hidden;
	position: absolute;
	width: 715px;
	margin: 45px 0px 0px -60px;
}
#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;
}

#page {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	/*
	background: url(../images/about_background.jpg) no-repeat #000;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	*/
}
#header {
	width: 715px;
	margin: 0 auto;
}
#title {
	height: 58px;
	/*background: #;*/
	color: #999999;
}
#title h1 {
	margin: 0px;
	padding: 0px 0px 0px 31px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 58px;
}

#content {
	width: 595px;
	margin: 0 auto;
	padding: 0px 60px 60px 60px;
	color: #bbb;
}
#content p {
	text-align: justify;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
#content a {
	color: #bbb;
}
