@CHARSET "ISO-8859-1";
html {
	background:			#012907;
	background-image:	url('../../images/default/bg_crunch.jpg');
}
html,
body {
   margin:				0;
   padding:				0;
   height:				100%;
   text-align: 			center;
   color:				#012907;
	font-size:			13px;
	font-family:		Verdana;
}
#skin_container {
   min-height:			100%;
   position:			relative;
   text-align: 			left;
}
#skin_header {
   position:			relative;
   padding:			0px;
   width:				960px;
   height:				268px;
   margin:			0 auto 0 auto;
}
#skin_body {
	position:						relative;
   padding-bottom:		205px;   		/* Height of the footer */
   width:							960px;
   text-align: 					center;
   margin:						0 auto 0 auto;
  z-index:							997;
}
#skin_footer {
   position:			absolute;
   bottom:			0;
   width:				100%;
   height:				205px;   		/* Height of the footer */
   background:	#002d10 url('../../images/default/footer-back.jpg') bottom left repeat-x;
   z-index:			998;
}
#menu_bg {
   position:			absolute;
   top:					268px;
   width:				100%;
   height:				30px;  
   background:			url('../../images/default/menu/body-menu-back.jpg') repeat-x;
}
#footer_body {
	width:				960px;
	text-align: 		left;
	color:				white;
	font-size:		11px;
	margin:			0 auto 0 auto;
}
#footer_links {
	float:left
}
#footer_quotes {
	float:left; 
	width:676px;
	height:170px; 
	display:block; 
	margin-top:20px;
}
#footer_text {
        background:url('../../images/default/footer-back-quote.png') no-repeat; 
	margin-top:25px;
        margin-left:214px;
        height:121px;
        width:248px;
        text-align:center;
        line-height:150%;
}
#footer_logo {
	float:left;
        width:144px;
        height:187px;
        background:url('../../images/default/footer-logo-fortunahome.gif') no-repeat;
        display:block; 
        margin-top:20px;
}
.skin_left {
	position:			relative;
	text-align:			left;
}
div .clear {
	clear:				both;
	display:			block;
	width:				0px;
	height:				0px;
	font-size:			0px;
	margin:			0px;
}
a.footer:link{
	color:white;
	text-decoration:none;	
}
a.footer:visited{
	color:white;
	text-decoration:none;	
}
