body, html {
	height: 100%;
	background: #eee;
}

table {
	width: 100%;
	height: 100%;
}

div {
	position: relative;
	width: 984px;
	height: 584px;
	margin: 0 auto;
	background: #fff url(images/portal.png);
}

h1 {
	display: none;
}

ul {
	position: absolute;
	top: 257px;
	left: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: inline;	
}

li.element a {
	float: left;
	width: 241px;
	height: 70px;
	margin-right: 1px;
}

li#element_0 a {
	height: 96px;
}

li#element_1 a {
	height: 180px;
}

li.element span {
	display: none;
}

