﻿.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#maincontent {
	z-index: 50;
	width: 100%;
    position: absolute;
	/*
    background: #fff;
    top: 300px;
	left: 0;
	opacity: 0.4; 
	filter: alpha(opacity=40);
    */
	}

#box {
	width: 600px;
	margin: auto;
	padding: 0 10px;
	}
	
h1 { 
	margin-top: 12px;
	font-size: 40px;
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #222;
	}
	
h2 { 
	margin-top: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #C52D08;
	}

a {
	text-decoration: none;
	outline: none;
	color: #C52D08;
	}
	
	a:hover {
		text-decoration: underline;
		}