body {
background-image:url(images/bg.jpg); 
background-position:center; 
background-repeat:repeat-x; 
background-color:#2A2C2E; 

}


html{
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align:middle;
	text-align: center;
}

div {
	border: 0px #2B2623;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 355px;

}

div.left {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100px;
	height: 255px;
	font-size:9pt;
}

div.top {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 600px;
	height: 100px;
   	text-align:right;
}

div.topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
   	text-align:right;
}


div.main {
	position: absolute;
	top: 47px;
	left: 100px;
	width: 600px;
	height: 255px;
  	padding:10px;
	color:#C4C18D;
}


div.OFS {position: absolute;
	top: 50px;
	left:444px;

}

div.hpright {position: absolute;
	top: 60px;
	left: 380px;

}



h1 {
font-family: "bookman old style", serif; 
font-size:30px; 
font-variant:small-caps; 
color:#E9E594;
}

p {font-family: "courier new", monospace; font-size:10pt; text-align:justify;}

ul {list-style-type:none;}
li {padding:5px; position:relative; right:50px;}

img {border:0px;}

a:link {color: #B8EEEA; text-decoration:underline;}
a:visited {color: #C4C18D; text-decoration:underline;}
a:hover, .a:active  {text-decoration:none;}

#scroll {position:relative; top:-12px; left:-5px; width:600px; height:220px; border:0px; padding:0px;}
