@charset "utf-8";
/* CSS Document */

html, body {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1, h2, h3, h4 {
	margin: 0px 0px;
	padding: 0px 0px;
}

h4{
	font-size: 10px;
}

p {
	margin: 0px 0px;
	padding: 0px 0px;
}

a:link, a:visited {
	color: #999999;
	padding: 0px 0px;
	margin: 0px 0px;
}
a:hover {
	color: #F4ED1F;
}

img {
	border:none;
	padding: 0px 0px;
	margin: 0px 0px;
}

.middle {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 599px;
	text-align: center;
	vertical-align: top;
}

#animation {
}

#content {
	margin:0 auto;
	z-index: 1;
   	clear: both;
	position:relative;	
	width: 800px;
	height: 599px;	
}

#aboveanimation {
	z-index: 2;
   	clear: both;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 599px;
}

#animation{
	z-index: 1;
   	clear: both;
	position: absolute;
	width: 100%;
	top: 41px;
	left: 36px;
	height: 599px;
}

#menu {
	position:absolute;
	left: 80px;
	top: 19px;
	z-index: 6;
}

#heading {
	position: absolute;
	left: 80px;	
	top: 22px;
	width: 690px;
	z-index: 5;	
	font-size: 18px;
	text-align: right;
}


.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	vertical-align: text-bottom;
	padding-bottom: 10px;
	padding-left: 65px;
}