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:800px;
}
.textCenter{
	text-align:center;
}
a img{
	border:none;
}
#imgText img{
	vertical-align:middle;
}
a{
	text-decoration:none;
}
#albumLayout{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
#albumDiv{
	background-color:#888888;
}
.logo{
	width:400px;
}