body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #929496;
	font-size: 10px;
	
}

#page{
	position:relative;
	width:750px;
	height:550px;
	
	margin:auto;
	text-align:left;
}

#banner{
	position:relative;
	top:0px;
	left:0px;
	display:inline-block;
	width:750px;
	height:27px;
}

#backGround{
	position:relative;
	display:inline-block;
	width:750px;
	height:440px;
	left:0px;
}

#loginForm{
	position:relative;
	display:inline-block;
	width:655px;
	overflow:hidden;
	height:130px;
}

#logo{
	position:absolute;
	top:465px;
	left:640px;
	height:100px;
	width:124px;
}

p {
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.login:active, a.login:hover, a.login{
	text-decoration:none;
	color:#0092CE;
}