*{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	background-color:#000;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
ul,
li{
	list-style: none;
}
a{
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#terra{
	background-image: url(img/terra.gif);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#terra,
#terra a{
	width: 201px;	
	height: 32px;
	display: block;	
}
#topo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url(img/topo.gif);
	width: 100%;
	height: 60px;
}

#campus{
	position: absolute;
	left: 207px;
	top: 4px;
	z-index: 2;
	background-image: url(img/campusparty.gif);
}
#campus,
#campus a{
	width: 219px;
	height: 54px;
	display: block;
}
#menu{
	background-image: url(img/menu.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 60px;
}

#menu ul{
	width: 990px;
	height: 32px;
	margin: 0 0 0 0;
}
#menu li{
	display: block;
	float: left;
	height: 32px;
	width: 150px;
	margin: 0 0 0 1px;
}
#menu a{
	display: block;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-image: url(img/menua.gif);
	background-position: 0 0;
	color: #fff3a3;
}
#menu a:hover{
	background-position: 0 -32px;
	color: #fff;
	text-decoration: none;
}
#menu li.menuultimas,
#menu li.menurio,
.menurio,
.menuultimas{
	width: 115px;
}
#terra h2,
#campus h1{
	display: none;
}
