/* CSS Document */
.backg {
         color: #999;
         font-size: 16px;
         background: #ffffcc;
}
.dollar {
         color: #999999;
         font-weight: bold;
         font-size:600%;
         margin-left:75px;
         letter-spacing:-0.07em;
         font-family: Arial, Helvetica, sans-serif;
}
.hostingpage {
         padding: 0 0 25px 20px;
         width: 520px;
         height: 140px;
         background: url(images/hosting-bottom.jpg) no-repeat bottom center;
}
#content .hostingpage h2 {
         color: #cc6600;
         padding: 20px 0 10px 50px;
         background: url(images/hosting-top.jpg) no-repeat top center;
}
.hostingpage {
         position: relative;
         
}
.hostingpage .box {
         position: absolute;
}
.hostingpage .left{
         width: 260px;
}
.hostingpage .right {
         width: 260px;
         left: 270px;
}
.hostingpage .left ul.check li, .hostingpage .right ul.check li{
         background: url(images/check.gif) no-repeat;
         padding: 0 0 0 20px;
}
#order {
         width: 300px;
         height: 100px;
         padding: 10px 0 10px 0;
         margin: 0 0 20px 130px;
         background: url(images/order-now.png) no-repeat;
}
#order a:hover{ 
         color: #fff;
}

#content #order p{
         font-size: 200%;
         text-align: center;
         padding: 25px 0 0 0;
         text-transform: uppercase;
         font-weight: bold;
         
}
