#FullWidth{
    position: relative;
    border: 2px solid #b5121b;
    padding: 10px;
    border-radius: 8px;
    margin: 0px 20px 10px 20px;
    z-index: 15;
}
#FullWidth #Left{
    float: left;
    width: 440px;
}
#FullWidth #Left h1{
    font-size: 60px; 
    color: #b5121b;
    font-family: Franklin-med,Helvetica,Arial,sans-serif;  
     margin: 4px 0 4px -8px;
}
#FullWidth #Right{
    float: left;
    width: 420px;
}
#FullWidth #Right img{
    margin-top: 20px;
}
#FullWidth #Text{
    clear: both;
    margin-left: 20px;
    position: relative;
    top: -50px;
    width: 725px;
}
#FullWidth #Text h4{
    font-weight: normal;
    width: 530px;
}
#FullWidth a.SignUp{
    display: block;
    line-height: 60px;
    width: 200px;
    text-align: center;
    background: linear-gradient(#48e157,#42ba4d);
    color: white;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px #d4d4d4;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
    text-decoration: none;
}
#FullWidth a.SignUp:hover{
     background: #48e157;
}
#FullWidth a.SignUp:active{
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: 0px 0px #FFF;   
}
#FullWidth #Clear{
    clear: both;
}
