/* CSS Document */
body{
	width:100%;
	background:#0860C2;
	height: 100%;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
div#container {
	width: 795px;
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position:center 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
#header{
	width:795px;
}
#body{
	width:500px;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 20px;
}
.font{
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #000000;
}
.font a{
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.font a:hover{
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}

