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

body {
margin: 0 ;
padding: 0 ;
background color: #ffffff
color : #666666 ;
font-family : Helvetica neue, Ariel,sans-serif;
}
html, body, #contents {
min-height: 100%;
width : 100%;
height : 100% ; 
}
html> body, html> body #contents {
height: auto;
}
#contents {
   min-height: 100%;
   margin-bottom: -330px;
   position: relative;
}
#content {
margin-left: 16em;
margin-right: 2em;
margin-bottom: 3em;
}
#footer {
	position: absolute;
	bottom: 250px;
	left : 5px;
	border-top: 1px solid Color #ffffff;
	background-color:#ffffff;
	color :#666666;
	font-size: 12px;
}
#footer p {
margin: 0.5 em 0 1em 2em;
padding:0 ;
}
.clearfooter {
   height: 250px;
   clear: both;
}
