
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
  background: url(../img/bgspp.gif) repeat-x #333333;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px 0 0 0;
 height: 435px;
 margin: 10px 0px 0px 0px;
 background: #FFF;
}
#footer { 
 width: 900px;
 color: #fff;
 padding: 20px 0 0 0;
 height: 54px;
 background: url(../img/bgShadow.jpg) repeat-x;
}

#footer a { 
 background: url(../img/arrow.gif) no-repeat left 5px;
 padding:2px 15px 0 10px;
}

#box {
 width: 900px;
 height:72px;
 position:relative;
 top:190px;
 background: url(../img/logo.jpg) no-repeat center;

}

a {color:#FFF;
   text-decoration: none;}
   
a:hover {color:#000}  

.navSx {
        float:left;
		 padding:30px 0 0 110px;
		}
		
.navDx {
		float:right;
		 padding:30px 110px 0 0;
		}


.btn a{
display:block;
width:100px;
height:8px;
text-decoration:none;
}

.btn a:hover{
background-position:bottom;
}

.btn a span{
display:none;
}

.bg1 {background:transparent url(../img/btn1.jpg) top no-repeat;}
.bg2 {background:transparent url(../img/btn2.jpg) top no-repeat;}


a img { border: 0; }

