/* CSS Document */

body {
	background-color: #000;
	background-repeat: repeat-x;
}

#shell {
	width: 550px;
	position: relative;
	margin: auto;
	}

#portal {
	width: 550px;
	height: 400px;
	padding-top: 100px;
	}
#ortholink a, #pedolink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
	}
	


#pedolink {
	position: absolute;
	top: 287px;
	left: 174px;
	}
#ortholink {
	position: absolute;
	top: 287px;
	left: 578px;
	}



a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
#ortholink a:hover, #pedolink a:hover {
	color: #000;
	text-decoration: none;
	}
