body
{
    background-image: url('../images/delphibootcamp.jpg');
    background-repeat: no-repeat;
    max-width: 1280px;
    min-height: 850px;  
}

.logo { 
   position: absolute; 
   top: 100px; 
   left: 220px;    
}

h2 { 
   position: absolute; 
   top: 50px; 
   left: 600px; 
   width: 660px;
}

h2 span { 
   color: white; 
   font: bold 24px/45px Segoe UI; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

h2 span.spacer {
   padding:0 5px;
   background: rgba(0, 0, 0, 0.0);
}

h3 { 
   position: absolute; 
   top: 770px; 
   left: 20px; 
   width: 960px;
}

h3 span { 
   color: white; 
   font: bold 20px/40px Segoe UI; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

h3 span.spacer {
   padding:0 5px;
   background: rgba(0, 0, 0, 0.0);
}

.promo-starter { 
   position: absolute; 
   top: 350px; 
   left: 300px;    
}

.promo-rad { 
   position: absolute; 
   top: 370px; 
   left: 880px;    
}

#download-button {
    width:198px; 
    height:59px; 
    position: absolute; 
    top: 246px;
    left:330px;
}
#download-button a{width:198px; height:59px; display:block; background:url(../images/download-win.png) 0 0 no-repeat; text-indent:-20000px;}
#download-button a:hover{width:1988px; height:59px; background:url(../images/download-win.png) 0 0 no-repeat;}

