

body{
	font-family: Cambria, Georgia, serif;
	background: #000000 url(../../totalbg.jpg) fixed no-repeat top center;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #2886BC;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header{
	margin: 10px 10px 0px 10px;
	padding: 20px 10px 0px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'Aldrich';
	font-size: 17px;
	line-height: 17px;
        top: 300px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #B9FFEA;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.container > header h1 span{
	font-weight: 700;
}

