﻿/* Burned Edge Background */
/* ----------------------------------------------- */
.background {
	width: 750px;
	
}

.backgroundTop {
	width: 100%;
    background-color: #191919;
    position: absolute;
    right: 0;
    left: 0;
    height: 131px;


}

.HeaderImage {

    display: block;
    margin-left: auto;
    margin-right: auto;
   
}



#backgroundTopAdvanced {
 width: 100%;
	background-color: #191919;
    position: absolute;
    right: 0;
    left: 0;
      top: 935px;
    height: 405px;

    
}



.frontBackgroundBottom {
	width: 100%;
	background-color: #191919;
    position: absolute;
    right: 0;
    left: 0;
      top: 935px;
    height: 520px;
}

.backgroundBottom {
   	width: 100%;
	background-color: #191919;
    position: absolute;
    right: 0;
    left: 0;
     /* top: 1480px; */
    height: 337px;
   

    
}
