/* Aether Portal Splash *//* BODY */body {	background: #5e5e5e url('../img/bg.jpg') repeat;	padding: 0px;	margin: 0px;	font-family: "Lucida Grande", Verdana, sans-serif;	font-size: 9px;	color: #d5d4d4;}/* LINKS */a { color: #d5d4d4; text-decoration: none; }a:link { color: #d5d4d4; }a:visited { color: #d5d4d4; }a:active { color: #a5cded; text-decoration: none; }a:hover { color: #a5cded; text-decoration: none; }img { border:0; }


/* LAYOUT */
#site-container {
	height: 100%;
	width: 100%;
}

#splash {
	height: 146px;
	width: 370px;
	background: url(../img/splash.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
