html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin: 0px auto;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#footer {
	width:100%;
	height: 5%;
	border-top: 1px solid gray;
	padding-top: 5px;
	text-align: center;
}

#logo {
	width: 79px;
	height: 100px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#BananAlbum {
	width:95%; 
	height: 95%;
}

/*
 * BananAlbum | www.BananAlbum.net | 2007
 */