@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/zbkg.jpg);
}
#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;
	position: relative;
}
#header {
	height: 131px;
	width: 1000px;
}
#logo {
	position:absolute;
	width:435px;
	height:67px;
	z-index:6;
	left: 12px;
	top: 64px;
}
#gallery {
	position: absolute;
	z-index: 5;
	left: 12px;
	top: 132px;
	height: 600px;
	width: 600px;
}

#ball {
	position:absolute;
	width:24px;
	height:26px;
	z-index:2;
	left: 576px;
	top: 265px;
}
#text {
	position:absolute;
	width:574px;
	z-index:3;
	left: 223px;
	top: 266px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
	line-height: 34px;
	height: 145px;
}
#nav {
	position:absolute;
	width:339px;
	height:28px;
	z-index:4;
	left: 454px;
	top: 98px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4E457E;
}
a:link {
	color: #dfa900;
	text-decoration: none;
}
a:visited {
	color: #dfa900;
	text-decoration: none;
}
a:hover {
	color: #dfa900;
	text-decoration: underline;
}
a:active {
	color: #dfa900;
	text-decoration: none;
}
.navdown {
}
#container #nav a:link {
	color: #4E457E;
}
#container #nav a:visited {
	color: #4E457E;
	text-decoration: none;
}
#container #nav a:hover {
	color: #4E457E;
	text-decoration: underline;
}
#container #nav a:active {
	color: #4E457E;
	text-decoration: none;
}
.navdown  {
	color: #CD3301;
	text-decoration: none;
}
