@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	margin:0px;
}
#bg-top
{
height:50%;
width:100%;
z-index:0;
background-color:#FFFFFF;
}
#bg-bottom
{
height:50%;
width:100%;
z-index:0;
background-color: #9CD5F3;
}
#logo
{
	height:400px;
	width:457px;
	z-index:1;
	margin-top: -200px;
	margin-left: -228px;
	position: absolute;
	left: 50%;
	top: 50%;
}#newsscroller {
	height: 20px;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	background-color: #165063;
}
#priandrection {
	height: 80px;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 200;
	left: 0px;
	bottom: 20px;
	background-color: #65205B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#enter {
	height: 140px;
	width: 70px;
	margin-top: -70px;
	margin-left: 250px;
	position: absolute;
	z-index: 500;
	left: 50%;
	top: 50%;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
