@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#navigation {
	background-image:url(./images/navigation-bg.jpg);
	background-repeat: no-repeat;
	width: 729px;
	height: 334px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -367px;
	margin-top: -175px;
	padding: 11px 13px;
}

#navigation2 {
	width: 900px;
	height: 960px;
	top: 50%;
	left: 50%;
	margin: 30px auto;
}

#navigation a {
	display: block;
	width: 350px;
	height: 330px;
	float: left;
	text-decoration: none;
}	

.univega:hover {
	border-bottom: 3px solid #fff;
	background-image: url(images/univega.jpg);
	background-repeat: no-repeat;
}

.focus:hover {
	border-bottom: 3px solid #fff;
	background-image: url(images/focus.jpg);
	background-repeat: no-repeat;
}

