body {
  height: 100%;
}
body {
margin: 0px;
padding: 0px;
background: #CCEFFF url(../images/bg_body.gif) repeat-x left top;

text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
SCROLLBAR-FACE-COLOR: #779EC9; 
SCROLLBAR-HIGHLIGHT-COLOR: #779EC9; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #779EC9; 
SCROLLBAR-DARKSHADOW-COLOR: #779EC9; 
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 800px;
	text-align: left;
}