@charset "UTF-8";
/* CSS Document */

*{
 padding:0;
 margin:0;
}

body{
    background:url(../images/background.jpg) repeat center top;
	background-color:#000000;
	width:100%;
	height:100%;
}

.wrapper{
         margin:0 auto;
		 width:950px;
}

.clearfix{
          width:1px;
		  height:1px;
		  display:block;
		  clear:both;
}

#logo_top{
          background:url(../images/logo_top.jpg) no-repeat;
		  width:950px;
		  height:175px;
}

h2{
   font:12px "Arial", Helvetica, sans-serif;
   color:#FFFFFF;
   width:120px;
   margin-left:115px;
}

#empty{
       height:3px;
	   width:1px;
}

/*--------------------------- footer --------------------------------*/

#whole-footer{
			  width:950px;
			  padding-top:20px;
}

#footer_top{
		   width:950px;
           font:11px "Arial", Helvetica, sans-serif;
		   text-align:center;
		  
}

.footer a{
          color:#996600;
		  text-decoration:none;
		  
}
.footer a:hover{
          color:#cccccc;
		  
}
#footer_bottom{
			   width:950px;
               font:11px "Arial", Helvetica, sans-serif;
		       color:#996600;
			   text-align:center;
			   padding-top:10px;
		   
}

.footer_pipe{
             color:#996600;
}

#credit{
        width:950px;
		padding-top:20px;
}

#credit a{
          font:11px "Arial", Helvetica, sans-serif;
		  color:#996600;
		  text-align:center;
		  text-decoration:none;
}

#credit a:hover{
		         color:#FF6600;
}
