html
{
     overflow-y: hidden;
     overflow-x: hidden;
     width: 100%;
     height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.text1
{
	font-family: Verdana;
	font-size: 11 px;
	color: #000000;
	font-weight: normal;	
}
.text1in
{
	font-family: Verdana;
	font-size: 11 px;
	color: #000000;
	font-weight: normal;
	text-indent: 20px;	
}
.text2
{
	font-family: Verdana;
	font-size: 10 px;
	color: #000000;
	text-align: center;
}
.header
{
	font-family: Verdana;
	font-size: 12 px;
	color: #000000;
	font-weight: bold;
}

a
 {
	font-family: Verdana;
	font-size: 11px;
	color:  #32B1E9;
	font-weight: normal;
	text-decoration:underline;
}
a:hover
 {
	font-family: Verdana;
	font-size: 11px;
	color:  #387CE2;
	font-weight: normal;
	text-decoration:underline;
}
#exLeftColumn
{
    float:left;
}
#exRightColumn
{
    float:right;
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
}

#content    
{
	margin-left: -140px;
	position: absolute;
	top: -110px;
	left: 50%;
	width: 280px;
	height: 220px;
	visibility: visible;
	background-color: #ffffff;
	padding: 10px;	
}

