@charset "UTF-8";
body {
	
	background-color: #0B1D41;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.bgcontent {
	background-image: url(images/bgcontent.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgcontent p {
	text-align: center;
}
.bgcontent #content {
	width: 673px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer {
	font-size: 11px;
	color: #3399FF;
}
.footer a {
	color: #3399FF;
	text-decoration: none;
}
