﻿
#backgroundContainer {
   background-image: url('../images/main_background.png');
   background-repeat: no-repeat;
   height: 695px;
   margin: auto;
   width: 1020px; /* phone number font impact 28px*/
}

#contentContainer {
   position: relative;
   top: 50px;
   margin: auto;
   width: 945px;
   height: 600px;
}

#leftContent {
   float: left;
   width: 730px;
   height: 600px;
   position: relative;
}

#rightContent {
   width: 200px;
   height: 600px;
   float: left;
   padding-left: 15px;
}

#contentWrapper{
width: 690px; height: 100px; margin-left: 40px; margin-top: 10px;
}

