/* CSS Document */
html 
{

width:100%;
height:100%;
}
body {

width:100%;
height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background-color:#cbd9da;
	background:url(../img/bg.gif) repeat-y;
	font-family: Arial, sans-serif,Verdana, Geneva,  Helvetica;
	line-height:18px;
}


#main {
position:relative;
top:0px;
left:0px;
width:100%;
height:100%;
}
