* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
   background-color: black;
  background-image: url(img/bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
#wrapper { 
 margin: 0 auto;
 width: 730px;
}
#header {
 width: 730px;
 height: 260px;
 padding: 0px;
 height: 100%;
 margin: 0px 0px 0px 0px;
 background-color: transparent;

}
#navigation {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 vertical-align: middle;
  width: 730px;
  height: 60px;
 color: #ffffff;
 padding: 0px;
 margin: 0px 0px 0px 0px;
  background-image: url(img/nav.jpg);
  background-position:center;
  background-repeat: no-repeat;
 
 background-color:transparent;
  font-weight: bold;
}

#navigation2 {
width: 730px;
height: 51px;
color: #ffffff;
padding: 0px;
margin: 0px 0px 0px 0px;
background-image: url(img/pn.jpg);
background-position:left;
background-repeat: no-repeat;
background-color: #ffffff;
}

#content { 
 width: 730px;
 color: #333;
 border: 0px solid #ccc;
 background:transparent;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100%;
}
#footer2 { 
 width: 729px;
  height:22px;
 color: #333;

   background-position: bottom;
  margin: 0px 0px 0px 0px;
  background-image: url(img/up_footer.jpg);
  background-position:bottom;
  background-repeat: no-repeat;
 background-color:#ffffff;
 padding: 0px;
 

}

#footer { 
width: 729px;
height: 67px;

background-image: url(img/footer.jpg);
background-repeat: no-repeat;
margin: 0px 0px 0px 0px;

 border: 0px solid #2a2a2a;
 background-color:#ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}