.valentine-frame {
   position: relative;
   width: 1100px;
   height: 710px;
   left: 50%;
   margin-left: -550px;
   margin-top: 8px;
   background: url(/images/landingspages/valentine/background.jpg) no-repeat;
   background-position: top center;
   background-repeat: no-repeat;
}   

.valentine-text-frame {
    width:700px;
    height:700px;
    float:left;
    margin-left:100px;
}
.valentine-text {
    margin-top:450px;
    margin-left:35px;
    width:465px;
    height:180px;
    color:black;    
}
.valentine-text H1 {
    color:#480045;   
}
.valentine-banner-frame {
    width:230px;
    height:700px;
    float:left;
}
.valentine-banner-frame img {
    border:solid grey 1px;
    margin-left:10px;
    margin-top:22px;
}


