/* ### Header ############################################################### */
#header {
	background:#E4E8EA url(start_bg_header.gif) 0px 0 no-repeat;
	color: #F8F8F8;
	height: 240px;
}



/* ### Start-block Background ################################################# */



* html body #main-block { height: 0px; } { font-size:12px; }/* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:0px;
	font-size: 12px;
	
}


/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:100%;
	background-image:url(footer_bg.gif);
	height: 100%
	position: relative;
	}

#footer p {
	padding: 20px 0;
	color:#c4c4c4;
	background:inherit;
	bottom:0;
	clear: both;
}

#footer p a,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}