/* CSS Document */

body
{
	padding:0;
	margin:0;
	background-image:url(../images/bg2.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#2f71be;
}
.copyright
{
	height:62px;
	text-align:center;
	font-size:11px;
	color:#000000;
	line-height:15px;
}
.a:visited, a:link, a:active
{
	color:#98c8ff;
	text-decoration:none;
}
a:hover
{
	color:#bfddff;
	text-decoration:none;
}