@charset "utf-8";
/* CSS Document */

img {
	border-style: none;
}

a:link {
	color: #8c8c8c;
	text-decoration: none;
}
a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

#MainFrame {
	text-align: left;
	font-size: 12px;
	color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
	width:600px;
}

#Splash{
	top: 47.5%;
	right: 50%;
	width:224px;
	height:54px;
	margin-right: -112px;
	margin-top: -27px;
	z-index: 1;
	position: absolute;
}

#Login{
	text-align: left;
	font-size: 12px;
	color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 20px;
	left: 30px;
	z-index: 2;
	position: absolute;
}
