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

*{
  padding:0;
  margin:0;
}

body{
     background:url(../images/background_repeat.jpg) repeat-x;
	 background-color:#000000;
}

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

#wholeback{
           background:url(../images/background.jpg) top center;
		   width:1200px;
		   height:714px;
}

.wrapper2{
         margin:0 auto;
         width:971px;
}

#nav{
     width:220px;
	 height:220px;
}

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

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


#whole-footer{
              background:url(../images/footer.jpg) no-repeat;
			  width:971px;
			  padding-top:10px;
}

#footer_top{
		    width:971px;
		    height:20px;
		    text-align:center;
}


.footer{
           font:11px Arial;
		   
}

p.footer_pipe{
              font:11px Arial;
}

.footer a{
          color:#FFFFFF;
		  text-decoration:none;
		  
}
.footer a:hover{
          color:#666666;
		  
}
#footer_bottom{
			   width:971px;
               font:11px Arial;
		       color:#FFFFFF;
			   text-align:center;
		   
}

.footer_pipe{
             color:#FFFFFF;
}

#credit{
        width:971px;
		padding-top:20px;
		text-align:center;
}

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

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