/* CSS Document */
body{
	font-family: Arial;
}

.nav-skin {
	width: 945px;
	height: 70px;
	position: static;
	z-index: 2;
	margin-top: -7px;
	margin-left: -8px;
}
	
.logo {
	position: absolute;
	width: 170px;
	height: 50px;
	z-index: 3;
	margin-top: 9px;
	margin-left: 2px;
}
	
.main {
	position: static;
	width: 980px;
	height: 516px;
	z-index: 1;
	margin-top: 10px;
	margin-left: 5px;
}
	
#copyright {
	width: 800px;
	height: 15px;
	text-align: center;
	Font-size: 10px;
	margin-left: 90px;
}