@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
a img{
border:none;
}
a {
	color:#FFFFFF; 
	text-decoration:none;
}

body {
	background-color:#0c0402;
	color:#FFFFFF;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-305px; /* half of container's height */
	float:left;
	}
#wrapper{
	width:100%;
	background:url(../images/menu-bg-slice.png) 0 37px repeat-x;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -30px; /* the bottom margin is the negative value of the footer's height */

}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:610px;
	width:1250px;
	clear:left;
	background-color:#a2a2a2;
	}
.push{
	height:30px;
}

#footer{
	background:url(../images/footer-bg.png) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:30px;
}
#footer p{
	padding:7px 0 0 0;
	line-height:16px;
}
#footer img{
	vertical-align:top;
}
