html, body {
   height: 100%;
   margin: 0 auto;
   background-image: url(img/bg.png);
   background-repeat: repeat;
   background-position: top left;
   color: #e2eff3;
   font-family: Sylfaen;
   font-size: 7pt;
   text-align: left;
   cursor: default;
   }
   
#wrapper {
   width: 800px;
   height: 100%;
   padding: 0px 8px 0px 8px;
   margin: 0px auto 0px auto;
   }   
   
   
#wrapper[id] {
   height: auto;
   min-height: 100%;
   }
   
#header{
   width: 800px;
   height: 500px; 
   top: 150px;
   float: left;
   left: 180px;
   position: absolute;
   padding: 0px;
   border: 1px solid #000;
   background: url(img/header.png);
   }
   
#main{
	position: relative;
	width: 335px;
	top: 155px;
	left: 375px;
	font-size: 10px; 
	font-family: georgia;
	text-align: left;
}


b {font-family: tahoma;

  background-color: #d78d6d;
  color: #e8e8e8;}
  
i {color: #40c5c2;}

strong { color: #38b8b6;
       text-transform: uppercase;}

	   
A {text-decoration: none; font-weight: normal;}
     a:link { 
       color: #38b8b6;
       font-size: 9pt;
       font-weight: bold;
       font-family: tahoma;} 
     a:visited { color: #38b8b6;
       font-size:9pt;
       font-weight: bold;} 
     a:hover { color: #38b8b6;
       font-weight: bold;
       border-bottom: #38b8b6 1px dashed;} 
     a:active {color: #38b8b6;
       font-weight: bold;}