.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	}

#box {
	width: 600px;
	margin: auto;
	
	}
	
h1 { 
	font-size: 40px;
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	font-family: 'Goblin One', cursive;
	color: #FF6600;
	}
	
h2 { 
	margin-top: 0;
	margin-bottom: 2em;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #0000FF;
	}

p{
	margin-top: 0em;
}

