html,body {
margin: 0;
padding:0;
}

#header,#footer {
	position: absolute;
	font-style: italic;
	background-color:#111;
	width: 100%;
	padding: 0;
	margin: 0;
	color:#999;
}
#header {
	top: 0px;
	border-bottom: 1px solid #fff;
	text-align: left;
}

h1 {
	color:#999;
	font-style: italic;
}

#footer {
	text-align: center;
	border-top: 1px solid #fff;
	bottom: 0px;
	font-style: italic;
}
#menu {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -252px;
	margin-top: -128px;
}
#menu .leftimage {
   float: left;
   margin: 20px;
   
}
body {
	background: #000;
}
a img {
	border:0px;
}

#tooltip {
	position:absolute;
	color:#999;
	/*border: 1px solid #999;*/
	/*background-color: #333;*/
	width: 128px;
	text-align: center;
	font-weight: bold ;
	font-style: italic;
	z-index: 100;
}

.alignright {
	float: right;
	text-align: right;
	margin-right: 1em;
}
.alignleft {
	float: left;
	text-align: left;
}

