﻿/* Burned Edge Background */
/* ----------------------------------------------- */
.background {
	width: 750px;
	
}

.backgroundTop {
	width: 100%;
	height: 100%;
    background-color: #191919;
    position: absolute;
    overflow: hidden;
}

.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;
    right: 0;
    left: 0;
    text-align: left;
    margin-top: 27px;
}

.backgroundBottom {
   	width: 100%;
	background-color: #191919;
    position: absolute;
    right: 0;
    left: 0;
    height: 337px;
}
