body { 
 background-color: #838383; 
 margin: 0px;
}

#background {
 background: url('../img/px_background.jpg');
 height: 708px;
 width: 100%;
 margin: 0;
 z-index: -1;
 position: absolute;
}

#menu {
 width: 978px;
 height: 50px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -342px;
 margin-left: -489px;
}


#menu .content { 
 width: 835px;
 height: 100%;
 list-style: none;
 text-align: left;
 background-color: #9c9c9c; }

#menu .content img {
 border: 0px;
}
#menu .end {  
 width: 143px;
 height: 50px;
 background: url('../img/img_H_menutop.gif');
 background-color: transparent;
 background-repeat: repeat-y;
 background-attachment: scroll;
 float: right;
}

#menu a {
 position: relative;
 top: 18px;
 margin-left: 8%;
 margin-right: 8%;
}

a .hiatus {
 display: inline;
 z-index: 1;
}

a:hover .hiatus { display: none; }

a .highlight { display: none; }

a:hover .highlight {
 display: inline;
 z-index: 1;
}

#disclaimer {
 position: relative;
 background-color: gray;
 border: medium double black;
 padding: 10px;
 width: 450px;
 left: 50%;
 margin-left: -50px;
 margin-top: -50px;
 text-align: left;
 font-family: "Verdana";
 font-size: 10px;
 color: white;
 z-index: 2;
 display: none; 
}

#disclaimer div {
 text-align: center;
 font-weight: bold;
 font-family: "Verdana";
 font-size: 15px;
}

#disclaimer input {
 background-color: #666666;
 font-weight: bold;
 font-size: 12px;
 color: white;
 border: thin solid black;
 text-shadow: 1px 1px 1px black;

}

#disclaimer input.send {
 margin-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
}

#disclaimer input.close {
 width: 20px;
 height: 20px;
 left: 100%;
 margin-left: -40px;
 position: absolute;
}

#footer {
	width: 100%;
	font-family: "Verdana";
	font-size: 9px;
	text-align: center;
	position: absolute;
	top: 100%;
	margin: -27px 0 0 0;
	z-index: -1;
}

#footer a, footer a:active{ 
 text-decoration: none;
 color: black;
}

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

.clear {
 clear: both;
}