body {
    font-family:arial,tahoma;
    font-size:12px;
    color:#fff;
    line-height:150%;
    text-align:center;
    background:url(../images/bg.jpg) top center no-repeat;
}
a, a:visited {
    color:#eee;
    text-decoration:none;
}
a:focus, a:hover {
    text-decoration:underline;
}
.clear {
    clear:both;
    width:100%;
    font-size:0;
    line-height:0;
}
#container {
    width:610px;
    margin:10px auto;
    text-align:left;
}
#wrapper {
    margin:5px;
}
#container p{
    margin:10px auto;
    color:#aaa;
}
#info {
    text-align:left;
    float:left;
    width:220px;
    margin-top:18px;
}
#info .more {
    text-align:right;
    margin:20px 10px 0 0;
    font-size:16px;
    line-height:25px;
    color:#679570;
}
#services {
    text-align:left;
    float:right;
    width:345px;
    background:url(../images/servicesBg.png) top center no-repeat;
    height:310px;
}
#services .box {
    margin:40px 20px 0 20px;
}
#services ul {
    margin-left:15px;
    vertical-align:top;
}
#services ul li {
    padding-left:15px;
    background:url(../images/tick.png) 0 5px no-repeat;
}


