@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#222222;
	font-size: 10px;  /* 16px × 62.5% = 10px */
}

#container {
	position:absolute;
	/*top: 50%;*/
	left: 50%;
	width:795px;
	/*height:500px;*/
	/*margin-top: -250px;*/ /*set to a negative number 1/2 of your height*/
	margin-left: -398px; /*set to a negative number 1/2 of your width*/
}




/************* Content ****************/

a:link{
	color: #666;
	text-decoration: none;
	border: 0px;
	outline: none;
}


a:visited{
	color: #666;
	text-decoration: none;
	border: 0px;
	outline: none;
}


a:hover {
	color: #666;
	text-decoration: none;
	border: 0px;
	outline: none;
}


a:active {
	color: #666;
	text-decoration: none;
	border: 0px;
	outline: none;
}

#content {
	

}

#copyright {
	margin: 25px auto 20px auto;
	font-size:1.2em;
	width: 275px;
	color: #BFC0C2;
}

#skip {
	width: 75px;
	margin: 20px auto 0px auto;
}



/*********** Text ******************/
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

p strong {
	font-weight: bold;

}




.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: collapse;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */






