@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	background-attachment: scroll;
	background-color: #FF6600;
	background-image: url(gfx/bg.png);
	background-repeat: repeat;
	margin-top:0px;
    margin-bottom:0px;
}

div.center {
margin-top:100px;	
width:800px;
vertical-align:top;
text-align: center;
border: 0px solid #000;
position: absolute;
left: 50%;

margin-left: -400px; 
/* Half the width of the DIV tag which is 50 pixels */
	
	
	
	
}
	
	
div.centertop {
margin-top:0px;	
width:600px;
vertical-align:top;
text-align: left;
border: 0px solid #000;
position: absolute;
left: 50%;

margin-left: -300px; 
/* Half the width of the DIV tag which is 50 pixels */
	
	
	
	
}	
	
A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black; font-weight:bold;}
A:hover {text-decoration: underline overline; color: black; font-weight:bold;}
