body {
	margin:0px; padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0F0F0F;
	background:url(img/bg_splash.png);
}

#bar {
	width:100%;
	height:40px;
	background:url(img/header_splash.png) top repeat-x;
}

#bar img {
	float:right;
}

#nav {
	width:480px;
	height:40px;
	margin:auto;
}

#content {
	width:427px;
	padding:10px;
	margin:auto;
	text-align:center; 
	
}

#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#navigation ul li {
	margin:0px;
	padding:0px;
	display:inline;
}

#list-left {
	position:absolute;
	width:72px;
	height:39px;
	background-image:url(img/left_splash.png);
}

#list-home {
	position:absolute;
	margin-left:72px;
	width:55px;
	height:39px;
	background-image:url(img/home_splash.png);
}