html{
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #0b1840;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.bold {
	font-weight: bold;
}
.wrapper {
	height: auto !important;
	height: 100%;
	width: 1040px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.main_content {
	position: relative;
	height: 1175px;
	width: 1040px;
	background-image: url(images/st_back.jpg);
	background-repeat: no-repeat;
}
.text {
    height: 500px;
    width: 470px;
    left: 74px;
    position: absolute;
    top: 180px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.text a:link {
	color: #015FA1;
	text-decoration: none;
}
.text a:visited {
	color: #015FA1;
	text-decoration: none;
}
.text a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.footer{
	width: 1040px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0b1840;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 11px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
