body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #0099FF;
}
a:link {
	
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#container{
	width: 965px;
	background-image: url(img/center_bg.png);

}

#header {
	/*width: 965px;*/
	height: 200px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#contcenter{
	padding: 10px 0 10px 0;
	/* clear: both; */
}
#left {
	width: 160px;
	float: left;
	padding-top: 100px;
	height: inherit;

}
#centre {
	width: 785px;
	float: right;
	padding: 0px 10px 0px 5px;
}
#footer {
	clear: both;
	height: 60px;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
}
#txt_ref{
	width: 965px;
}
