html {
}

body {
   margin: 0px;
   padding: 0px;
   font-family: Arial, Tahoma, Verdana, Helvetica;
   font-size: 75%;
   text-align: justify;
	background-color: #cccccc;
}

#body_container {
	background-color: #cccccc;
   background-position: center;
   text-align: center;
}

#body_footer {
}

#body_background {
   position:absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}

