html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {  font-family:Verdana,Helvetica,Arial,sans-serif; color: #222; }
body
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#003333;
	line-height:1.4;
	margin: 0;
	
	background-color:#888888;
	background:url(content_bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#Background { _display:none; }
a { color: #0076A3; text-decoration:none; }
a:hover { text-decoration:underline; }
p { padding:0; margin:0; }
::-moz-selection { background: #CEE6AD; text-shadow: none; color: #000;}
::selection { background: #CEE6AD; text-shadow: none;  color: #000;}
.hidden { display:none; visibility:hidden !important; }