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

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Trebuchet, Lucida Sans Unicode,MS Sans Serif ,Tahoma;
   background-color:#bbbbbb;
   
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding-top:50px;
   width:640px;
   height:30px;
   margin:auto;
}
#body {
	height:480px;
	width:700px;
	margin:auto;
   padding-bottom:20px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   font-size:10px;
 
 }


