* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body{
text-align: center;
font-family: Verdana;
font-size: 8pt;
background: #FFFFFF;
color: #333333;
}

#main {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: #4d4d4d;
}

.logo{
padding-top:110px;
}

.footer a, .footer a:visited{
text-decoration: none;
color: #CCCCCC;
}

.footer a:hover{
text-decoration: underline;
color: #CCCCCC;
}
	
#fcontent{
width: 600px;
text-align: left;
margin: 0 auto;
padding-top: 30px;
}

.fcblock-l{
width: 260px;
float: left;
color: #CCCCCC;
line-height: 1.5em;
min-height: 72px;
padding-right: 10px;
}

.fcblock-r{
width: 300px;
float: left;
color: #CCCCCC;
line-height: 1.5em;
min-height: 72px;
padding-left: 10px;
text-align:right;
}

#text{
width:345px;
text-align:left;
padding-top:50px;
font-size: 10pt;
line-height: 1.5em;
margin: 0 auto;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */