html
{
	overflow: hidden;
	background: #2b2b95;
}

body 
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}


#page 
{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background: #000000;
	color: #999999;

	text-align:justify;

	padding: 0;
	margin: 0;
	
	top: 140px;
	left: 10px;
	right: 10px;
	bottom: 10px;

	position: absolute;
	overflow: auto;
}


.content 
{
	padding: 10px;
}


h1 
{
	font-size: 2em;
	color: #FFFFFF;
}


h2 
{
	font-size: 1.6em;
}


h3 
{
	font-size: 3em;
	text-align:center;
	color: #d56e22;
	line-height: 150%;
}

h4 
{
	font-size: 1.8em;
	text-align:center;
	color: #999999;
	line-height: 150%;
}

