@charset "utf-8";
/* CSS Document */
#portal_menu {
	width: 777px;
	height: 404px;
	background-image:url(../images/eportwall.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	vertical-align: middle;
}
#portal_content {
	width: 195px;
	height: 404px;
	margin-left:auto;
	text-align:center;
	font: Arial, Helvetica, sans-serif; 
	text-decoration:none
}
#portal_content li {
	display: inline;
}

#portal_content a {
	display:block;
	height: 39px;
	width: 195px:
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333333;
	vertical-align:middle;
}
#portal_content a:hover {
	background: url(../images/underhover.gif) no-repeat;
	color: #FFFFFF;
}
div#distance { 
	margin-bottom: -10em;
	width: 1px;
	height: 50%;
	float: left;

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 10em;         /* required - desired height */
	width: 50em;          /* required - desired width */
	margin-left: auto;       /* required */
	clear: left;          /* required */
}
body {
	background-image: url(../images/backgroundstripe.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
