@charset "UTF-8";
body, html  {
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a {
	text-align: left;
}
a:link {
	text-decoration: none;
	text-align: left;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div#PAGE_CONTAINER {
	text-align: left;
	width: 955px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
}
div#PAGE_WRAP {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

