.logo {
	top: 100px;
	left: 60px;
	z-index: 10000;
	position: fixed;
	width: 562px;
	height: 155px;
	background: url(images/logo.png) no-repeat;
}

body {
	background-color: #000;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

#gray {
	color: gray;
}

#dark {
	color: gray;
}

#menu {
	z-index: 300000;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 700px;
	float: none;
	left: 0;
}

#menu ul {
	z-index: 30000;
	top: 0;
	position: fixed;
	padding: 0;
	margin: 0;
	left: 0;
}

#menu li {
	z-index: 999999;
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	padding: 5px 40px 8px 8px;
	right: 0;
	list-style-image: none;
	float: left;
	margin-right: 1px;
	display: inline;
	background-image: url(images/50percent.png);
}

#menu li a, a:visited {
	color: gray;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
	color: white;
}

#contact {
	z-index: 300000;
	right: 10px;
	position: fixed;
}

#contact ul {
	z-index: 30000;
	top: 0;
	position: fixed;
	float: right;
	right: 16px;
}

#contact li {
	z-index: 999999;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 8px 8px;
	margin-right: 0;
	display: inline-table;
	background-image: url(images/50percent.png);
}

#contact li a, a:visited {
	color: gray;
	text-decoration: none;
}

#contact li a:hover {
	text-decoration: underline;
	color: white;
}

#credit {
	z-index: 300002;
	margin: 0;
	padding: 0;
}

#credit ul {
	z-index: 30000;
	left: 0;
	position: fixed;
	float: left;
	bottom: 0;
}

#credit li {
	z-index: 999999;
	list-style-type: none;
	font-size: 10px;
	line-height: 14px;
	padding: 5px 40px 8px 8px;
	margin-right: 0;
	display: inline-table;
	background-image: none;
	left: 0;
	bottom: 0;
	position: fixed;
}

#credit li a, a:visited {
	color: gray;
	text-decoration: none;
}

#credit li a:hover {
	text-decoration: underline;
	color: gray;
}

.caption {
	color: red;
	font-size: 16px;
	z-index: 500000;
	position: fixed;
	bottom: 0;
}
