html
{
	width:100%;
}
BODY
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background: whites;
	text-align: center;
	width: 900px;
	background-color: #C3DBF2;
}
div#MenuImage 
{
	width:100%;
	text-align: left;
	float: left;
}
div#Menu
{
	background-image:url(../images/layout/bg_menu.gif);
	width:900px;
	float:left;
	height: 50px;
}
div#Main
{
	min-height:450px;
	border: 0px;
	background-color:White;
	float: left;
	width: 880px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
div#divDiscPriv
{
	width: 900px;
	background-color: White;
	text-align: center;
}
div#centerDIV
{
	margin:0 auto;
	width:900px;
	text-align: left;
	border: solid 1px #007DC5;
}
div#chatlink
{
	position:absolute;
	width:301px;
	height:150px;
	margin-bottom:0px;
	padding:0px;
	margin-left:599px;
	margin-top:0px;
}
div#chatlink a
{
	border:0px;
	text-decoration:none;
}
div#chatlink a img
{
	border:0px;
	text-decoration:none;
}




