body {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 9pt;
	color: #000000;
	
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
}

a {
	color: #000000;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #ABFC03;
}

.current {
	font-weight: bold;
}

#container {
	width: 640px;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto; 
}

#title {
	margin-bottom: 5px;
	position: relative;
	width: 100%;
	height: 42px;
}

#name {
	float: left;
}

#nav{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}

#nav-top {
	margin-bottom: 4px;
}
#nav-sub a, #nav-sub{
	color: #888888;
}
#nav-sub a:hover{
	color: #FFCC00;
}

#logo {
    bottom: 2px;
    position: absolute;
    right: 2px;
}