body {
   margin: 0;
   padding: 0;
   background-image: url('img/bg.png');
   background-repeat: repeat-x;
   background-color: #acccec;
   text-align: center;
   font-family: verdana, tahoma, arial;
   font-size: 10px;
}

a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

#main {
   width: 999px;
   margin: 8px auto;
   background-image: url('img/main.png');
   background-repeat: no-repeat;
   height: 570px;
   position: relative;
   text-align: left;
}

#design {
   position: absolute;
   top: 232px;
   left: 130px;
   width: 300px;
}

#hosting {
   position: absolute;
   top: 410px;
   left: 403px;
   width: 300px;
}

.title {
   margin-bottom: 10px;
}

.title a {
   color: #6f9fcd;
   font-weight: bold;
   font-size: 12px;
}

.text {
   color: #222222;
   margin-bottom: 20px;
   font-size: 10px;   
}

#link {
   background-image: url('img/button.png');
   background-repeat: no-repeat;
   width: 49px;
   text-align: center;
}

#link a {
   color: white;
   font-size: 9px;
   height: 16px; 
   display: block; 
}

#link2 {
   background-image: url('img/button2.png');
   background-repeat: no-repeat;
   width: 51px;
   text-align: center;
   position: absolute;
   left: 747px;
   top: 505px;
}

#link2 a {
   color: white;
   font-size: 9px;
   height: 18px; 
   display: block; 
}

#copyright {
   color: white;
   margin-top: 60px;
}

#link_h {
   width: 260px;
   height: 155px;
   position: absolute;
   top: 400px;
   left: 120px;
}

#link_d {
   width: 400px;
   height: 195px;
   position: absolute;
   top: 170px;
   left: 443px;
}