body {
	background-image:url('../images/bg_l.jpg');
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color:#BD1522;
	font-weight:lighter;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:10px;
}

.background {
	position:absolute;
	background-image:url('../images/bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	top:145px;
	height:496px;
	width:100%;
	z-index:2;
}
.footer {
	color:#FFFFFF;
	text-align:center;
	background-image:url('../images/footer.png');
	background-position:center;
	padding-top:20px;
        font-size:14px;
	background-repeat:no-repeat;
	position: absolute;
	height:30px;
	bottom:0px;
	width:100%;
	z-index:5;
}