/* @group standard */
html {
	background-color: black;
}

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: white;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #ffffff;
	text-decoration: none;
}



/* @end */

#blackground {
	background-color: black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	opacity: 1;
	z-index: 0;
}

/* @group static
 */

#pageContainer {
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	position: fixed;
	height: 50%;
}

#logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;
}

#logo a {
	border-style: none;
}


#logo a img {
	border-style: none;
}

/* @group prePage */

#contentBG {
	width: 100%;
	min-height: 290px;
	display: block;
	position: absolute;
	z-index: -1;
	top: 200px;
	background-color: rgba(58,93,127,0.65);
	padding-top: 30px;
	padding-bottom: 20px;
}

#contentBG img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 200%;
	position: relative;
	left: -50%;
}

#logoLarge {
	width: 100px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.25;
	position: relative;
	display: block;
	top: 250px;
}

/* @end */

/* @group menu
 */

div#menu.page {
	display: block;
	top: 235px;
	position: fixed;
}

#menu {
	left: 30px;
	display: block;
	position: relative;
	top: 35px;
	font-size: 11px;
	color: #fffeff;
}

#menu ul {
	list-style-type: none;
	text-transform: uppercase;
}

#menu ul li {
	margin-bottom: 5px;
}


#menu ul li a {
	color: #b0b0b0;
}

#menu ul li a:hover {
	color: #ffffff;
}

#menu ul li.active a {
	color: #ffffff;

}




/* @end */



/* @end */

/* @group theContent */


#pageContent {
	width: 50%;
	position: relative;
	top: 3px;
	display: block;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
	left: 30px;
	opacity: 0;
}

div#pageContent p{
	color: white;
	opacity: 1;
}

#pageContent h1 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 25px;
}


/* @end */



 
