@charset "utf-8";




.oneColFixCtr #background_container { position: absolute; top:0; left:0; z-index:-1;}
.oneColFixCtr #background { position:fixed; top: 0px; left: 0px; overflow:hidden; z-index:-1; }
* html .oneColFixCtr #background {position:absolute;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
	
}
.oneColFixCtr #container {

	background:none;
	width: 600px; 

	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtr #mainContent {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8;  
	z-index: 10;

	padding: 0;
	width: 600px;
	
	
}
.oneColFixCtr #contact {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8;  
	z-index: 10;

	padding: 0;
	width: 750px;
	text-align: right;
	
}
.oneColFixCtr #contact a, .oneColFixCtr #contact a:hover, .oneColFixCtr #contact a:visited, .oneColFixCtr #contact a:active, .oneColFixCtr #contact a:link {
	color:#fff;
	font-weight: bold;
}

.oneColFixCtr #containerBig {

	background:none;
	width: 800px; 

	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtr .mainContentBig {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8;  
	z-index: 10;
	padding: 0;
	width: 800px;
}



h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;

}
.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	padding: 0px;
}
.verybig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 150px;
	padding: 0px;

}

strong {
	background-color:#000;
	color: #FFF;
	
}