body {
margin:0;
padding:0; 
font: 14px Verdana,sans-serif;
line-height: 1.15em;
color:#FFF;
background: #616161 url("background-top.jpg") 0 0 repeat-x;
}

a {
  font-size: 13px;
  color: #CCC;
}

#wraper{
width: 865px;
height: auto;
margin: 0 auto 30px auto;
background: #120d15 url(body-line.jpg) 0 0 repeat-y;
}

#header {
width:865px;
height:179px;
margin: 20px auto 0px auto;
background:#120d15 url("logo.jpg") left top no-repeat;
}

#leftPanel{
width: 180px;
height: auto;
float: left;
}

#leftPanel ul{
margin: 10px 0 0 11px;
padding:0;
}
#leftPanel li {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
}
#leftPanel ul a {
margin: 0;
padding: 6px 0 0 10px;
display:block;
float:left;
overflow:hidden;
text-decoration:none;
width: 158px;
height: 28px;
text-shadow: #444 1px 0px 0px;
background: url("menu.jpg") 0 0 no-repeat;
}
#leftPanel ul a:hover {
margin: 0;
padding: 6px 0 0 10px;
display:block;
float:left;
overflow:hidden;
text-decoration:none;
width: 158px;
height: 28px;
color: #777;
background: url("menu-hover.jpg") 0 0 no-repeat;
}


#article{
width: 635px;
padding: 0 30px 20px 20px;
text-align: left;
float: left;
}
#article h1{
font-size: 16px;
color: #DDD;
}
#article h2{
font-size: 12px;
color: #FAA;
font-weight: bold;
}
#article p{
font-size: 12px;
color: #FFF;
text-align: left;
}
#article ul{
font-size: 12px;
color: #FFF;
line-height:1.4em;
}

.buy a{
  width: 168px;
  height: 32px;
  display:block;
  float:left;
  overflow:hidden;
  text-decoration:none;  
  background: url(buy.jpg) 0 0 no-repeat;
}
.buy a:hover{
  width: 168px;
  height: 32px;
  display:block;
  float:left;
  overflow:hidden;
  text-decoration:none;  
  background: url(buy-hover.jpg) 0 0 no-repeat;
}

.download a{
  width: 168px;
  height: 32px;
  display:block;
  float:left;
  overflow:hidden;
  text-decoration:none;  
  background: url(download.jpg) 0 0 no-repeat;
}
.download a:hover{
  width: 168px;
  height: 32px;
  display:block;
  float:left;
  overflow:hidden;
  text-decoration:none;  
  background: url(download-hover.jpg) 0 0 no-repeat;
}

#footer{
clear: both;
width: 865px;
margin-top: 20px;
height: 48px;
background: #120d15 url(footer.jpg) 0 bottom no-repeat;
}

#footer .copyright{
text-align: center;
font-size: 10px;
}

#footer .copyright a{
font-size: 10px;
}
