/* CSS Document */ /*home.aspx*/

html,body{height: 100%;  margin: 0;  padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #49729c;
	margin:10px;
	padding:10px;
}

#fullheightcontainer {
	position: relative; /*** Let's be nice to IE ***/
	width:770px;
	display: table; /*** For non-IE browsers ***/
	height: 578px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002f65;
}
a#enter { top: 325px;
left: 370px;  }

a#enter:hover { 
	background-image: url(/Images/Miscellaneous/entertext.gif);
	border: none;
	width: 220px;
}
