@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 {
position: absolute;
top: 0;
left: 0;
}
#content {
margin-left: 16em;
margin-right: 2em;
margin-bottom: 3em;
}
#footer {
 position: absolute;
 bottom: 4px;
left : 14px;
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 ;
}