html{
	border:none;
	overflow-y:auto;
	background-color:White;
	height:100%;
}
body{
	background-color:White;
	height:100%;
	margin:0px;
}
#layout,#albumLayout{
	width:100%;
	table-layout:fixed;
	text-align:center;
	border-collapse:collapse;
}
#textBlock{
	padding:20px;
	text-align:justify;
	width:400px;
}
.textCenter{
	text-align:center;
	width:200px;
}
a img{
	border:0px solid #000000;
}
a{
	text-decoration:none;
}
#albumLayout{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
#albumDiv{
	background-color:#888888;
}
.table_fix{
	width:400px;
}
tr,td{
	padding:0px;
	margin:0px;
}
.logo{
	width:400px;
}