html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin:0;

	background-color: #222222;
	color: #aaaaaa;
	
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: #aaaaaa;
}

#Head {
	padding-top: 5px;
	padding-left: 10px;
	color: white;
	width: 100%;
	height: 10%;
}

#Head h1 {
	font-size: 1.2em;
}

#BananAlbum {
	width:100%;
	height:89%;
/*	position:absolute; */
	z-index:100;
	left:0px;
/*	top:0px; */
}

/*
 * BananAlbum | www.BananAlbum.net | 2007
 */
