Body {
	font-family: verdana;
	font-size: 10px;
	color: white;
	background: #000000;
	background-image: url(bg.png);
	background-repeat: no-repeat;
}

#main {
	position: absolute;
	overflow: auto;
	width: 480px;
	height: 550px;
	left: 520px;
	top: 15px;
	background-color: #000000;
}

#nav {
	position: absolute;
	width: 125px;
	height: 150px;
	left: 360px;
	top: 400px;
	background: #000000;
}

.deler {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana;
	background-image: url(deler.png);
	padding-top: 2px;
	padding-bottom: 4px;
}

a:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;	
}

a:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;	
}

a:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #522455;
}