* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#rotator {
  background: url(images/slide/rotator.php) no-repeat center top;
  width: 700px;
  height: 150px;
}


#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:0px;
	z-index:70;
	overflow:auto;
	left: 23px;
}

.box { 
    margin: 0 auto; 
    width: 471px;
    background: white; 
	height:100%;
}

.boxhistory { 
    margin: 0 auto; 
    width: 900px;
	padding-left:250px;
	height:100%;
}


.box2 { 
    float:left; 
    width: 471px;
    background: white; 
	height:100%;
	

}

.text {
	font:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#000000;
		}

.hisotrytext {
	font:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	color:#000000;
		}
		
		
#history { 
	float:left;
    width: 340px;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFFFFF;
}

#focus-stealer      { position: absolute; left: -9999px; }

