* {
	margin: 0;
}
html, body {
	height: 100%;
	min-width: 1024px;
	/*background-image: url(background.png);*/
}
.wrapper {
	z-index: 10;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* margin: 0 auto -433px; /1* the bottom margin is the negative value of the footer's height *1/ */
	margin: 0 auto -527px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	/* height: 350px; /1* .push must be the same height as .footer *1/ */
    height: 422px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/



.footer-top {
	/* height: 349px; */
    height: 421px;;
	background: url(footer-top.png) center center no-repeat;
}
.footer-bottom {
	height: 106px;
        background: url(footer-bottom.png) center center no-repeat #D20411;
}

.header-top {
	height: 108px;
	background: url(header-top.png) center center no-repeat #D20411;
}
.header-bottom {
        height: 119px;
        background: url(header-bottom.png) center center no-repeat;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -144px;
	width: 301px;
	height: 288px;
	background: url(center.png) center center no-repeat;
}

.footer-bottom p {
	text-align: center;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 90px;
	line-height: 13px;
}

.footer-bottom p a {
	color: #FFF;
}

img, map {
	outline: none !important;
	border: none !important;
}
