/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

html, body {
	color: #4b63ae;
}

body {
	background: #4d65af url('../images/portalBg.jpg') repeat-x top left;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 890px;
	height: 629px; /* 483px + 117px = 600px + 29px */
}

#logo {
	position: absolute;
	top: 65px;
	left: 15px;
	height: 40px;
	width: 174px;
}

#selector {
	position: absolute;
	top: 117px;
	width: 890px;
	height: 483px;
	z-index: 100;
}

#visible {
	position: absolute;
	top: 117px;
	width: 890px;
	height: 483px;
}

#invisible {
	position: absolute;
	top: 117px;
	width: 890px;
	height: 483px;
}

#button {
	position: absolute;
	top: 600px;
	right: 7px;
	width: 68px;
	height: 29px;
	background: url('../images/portalButton.jpg') no-repeat bottom right;
}

#button a {
	display: block;
	width: 48px;
	height: 17px;
	padding: 3px 0 0 12px;
	color: #4b63ae;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
