#gettingstarted
{
    text-align:center;
}
.contoption
{
    background:url(../images/right-bottom-corner.jpg) no-repeat right bottom;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
#gettingstarted img
{
    float:left;
    margin:0 30px 20px 20px;
}
#gettingstarted h2
{
    clear:both;
    font-size:18px;
    background:url(../images/left-top-corner-box.jpg) no-repeat left top;
    padding:15px;
}
#gettingstarted p
{
    clear:both;
    padding:10px 20px;
}
#gettingstarted div.clearing
{
    clear:both;
    padding:0;
    margin:0;
}
#gettingstarted p a
{
    display:block;
    /*background:#AFC1DE;
    color:#000;
    width:250px;*/
    padding:20px;
    margin-left:360px;
    text-align:center;
    text-decoration:none;
    margin-top:25px;
}
#gettingstarted p a:hover
{
    /*background:#144594;
    color:#FFF;*/
    text-decoration:underline;
}
#gettingstarted hr
{
    clear:both;
}