

body{
	font-family: Cambria, Georgia, serif;
	background: #0C0000 url(bgwelcome.jpg) fixed no-repeat top center;
	font-weight: 400;
	font-size: 19px;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;

}
.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: 18px;
	line-height: 18px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #4FE5EC;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.container > header h1 span{
	font-weight: 400;
}

