html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background: #E7E2DD;
}

#content {
	
	position: absolute;
	width: 100%;
	height: 98%;
	z-index:0;
	
}

#footer {
	
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	text-align: center;
	padding:0;
	/*margin: 0 -10px;*/
	z-index: 200;
	background:#4b5057;
}


ul {
	padding: 0;
	margin: 0;
}

ul li {
	
	display: inline;
	list-style-type: none;
	color:#ffffff;
}

li a {
	
	color: #ffffff;
	
	
	text-decoration: none;
	margin-left: 10px;
}

li a:hover {
	color: #000000;
	text-decoration: underline;
}

li ul
{
	display: none;	
	position: absolute;
	height: 20px;
	
	bottom: 20px;
	left:0;
	width:100%;
	background:#4b5057;
	margin:0;
	padding:0;
}

li:hover ul { display: block; }

