@IMPORT url('menu.css');
@IMPORT url('content.css');

 * {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
	color: #fff;
	background: #0d0f21;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
}
#container {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -240px;
	font-size: 14px;
	color: #8d8e9c;
}		
#head {
	position: fixed;
	top: 25px; 
	height: 106px;
	background: url('../../images/body-bg.gif') 0 0 repeat-x;
	width: 100%;
	z-index: 1000;
}
#headWrap {
	position: relative;
	width: 960px;
	margin: 0 auto !important;
	display: block;
	background: url('../../images/headWrap-bg.jpg') 0 bottom no-repeat;
	height: 106px;
	z-index: 1001;
}
#headWrap a.enterit-logo {
	position: absolute;
	top: -13px;
	display: block;
	width: 136px;
	height: 135px;
	text-indent: -90000px;
	background: url('../../images/enterit-logo.png') 0 0 no-repeat;
	outline: none;
}
#headWrap #breadcrum {
	position: absolute;
	bottom: -17px;
	right: 0;
	font-size: 11px;
	background: #000;
	padding: 2px;
	color: #999; 
}
#headWrap #breadcrum a {
	color: #d2d2d2;
	text-decoration: none;
}
#headWrap #breadcrum a:hover {
	color: #fff;
	text-decoration: underline;
}
#headWrap h1 {
	position: absolute;
	margin: 0 0 0 150px;
	font-size: 16px;
	line-height: 48px;
	font-weight: normal;
	clear: both;
	bottom: 0;
}
#shadow {
	position: absolute;
	top: 106px;
	display: block;
	height: 30px;
	width: 960px;
	background: url('../../images/container-shadow.png') 0 50% no-repeat;
}
#head #navigation {
	float: right;
	margin: 1px 100px 0 0;
}
#container {
	display: block;
	width: 960px;
	background: url('../../images/container-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
#container #main {
	width: 100%;
	display: inline-block;
	padding: 180px 0 20px 0;
	margin: 0 0 20px 0;
}

#footer,
.spacer {
	height: 239px;
	clear: both;
}
#footer {
	clear: both;
	background: #000;
	border-top: 1px solid #3f404c;
}
#footer #footerWrap #footMenu span {
	float: left;
	display: inline;
	width: 200px;
	line-height: 150px;
	height: 150px;
	font-size: 13px;
	text-align: center;
	color: #888;
}
#footer #footerWrap {
	background: url('../../images/footer-line.jpg') no-repeat;
	display: block;
	padding: 20px 0;
	margin: -1px auto;
	width: 960px;  
}
