html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


#flashcontent {
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
	left:215px;
	top:100px;
	border: thin groove #999999;
	overflow: scroll;
}
#index {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#index #header {
	border: 1px groove #666666;
	left: 300px;
	position: relative;
	height: 60px;
	width: 432px;
}
#sidebar {
	position: absolute;
	top: 210px;
	border: 1px groove #666666;
}
/*
 * BananAlbum | www.BananAlbum.net | 2007
 */
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
	padding: 5px;
	width: 190px;
	border: thin groove #999999;
	position: absolute;
	left: 0px;
	top: 60px;
}
