 .termsofuse {
    position: relative;
    width: 900px;
    height: 100%;
    left: 50%;
    font-family: verdana;
    margin-left: -450px;
    padding: 15px 15px 5px 15px;
    background: #E7E7E7;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */  
}
    
.termsofuse .title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    
}

.termsofuse_text {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.termsofuse_text a {
    color: #ff5200;
}
#termsofuse_title {
    display: block;
    margin-bottom: 40px;
}