
body {
	 
	background-image:url(pics/pix.jpg);
	background-repeat: repeat x;
	font-family: verdana, Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
	
          
             scrollbar-face-color:#433431;
            scrollbar-highlight-color:#ECD1B9;
            scrollbar-3dlight-color:#ECD1B9;
             scrollbar-darkshadow-color:#ECD1B9;
             scrollbar-shadow-color:#4A341C;
            scrollbar-arrow-color:#ECD1B9;
            scrollbar-track-color:#ECD1B9;
    overflow-x:hidden;
    
    }
    html { overflow-x: hidden;
          
    }
 
     
    h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 11px;
           font-weight: normal;
          
	      line-height: 16px;
	      color: #ffffcc;
	}
	   h2 { font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 11px;
           font-weight: normal;
          
	      line-height: 16px;
	      color: #ECD1B9;
	}
	 h3 { font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 11px;
           font-weight: normal;
          
	      line-height: 1.5em;
	      color: #ffffcc;
	}
p {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 15px;
	line-height: 16px;
	color: #000000;
	
	}
	
em { 
font-style: normal;
	font-size: 11px;
	font-weight:bold;
	color: #ff9900;
	
	}
	
	    
a:focus { 
          outline: none;
          }

#main {
background-color:#ffffff;

     position:absolute;
     margin: -288px 0 0 -421px;
     top: 50%; left: 50%;
      width: 842px; 
      height: 575px;
      

      z-index:1;
      border:0px solid #ff9900;
     
   }
   
   #content 
   {position:absolute;
   margin-top:150px;
     margin-left:70px;
     
      width: 782px; 
      height: 275px;
   border:0px solid yellow;
   }
   #content a:link
   {
   color:#3f6da1;
   }
#content a:hover
{
color:#ff9900;
}