@charset "utf-8";
/* CSS Document */
body {
	background:url(images/background.jpg) left top repeat-x #015077;
	/*background:#afe1c5;*/
	/*background:url(images/waterEffect.jpg);*/
	
	text-align:center;
	margin:0px;
	padding:0px;
}
/*
.copyRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.copyRight a {
	color:#000000;
	text-decoration:none;
}
.copyRight a:hover {
	text-decoration:underline;
}
*/
.copyRight {
	margin:0px auto;
	padding:18px 7px 100px 6px;
	width:787px;
	height:120;
	background:url(images/copyRight_center.jpg) left top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.copyRight a {
	color:#000000;
	text-decoration:none;
}
.leftCopyRight {
	float:left;
}
.rightCopyRight {
	float:right;
}