body {
	font-family:Times New Roman, Times, serif;
	background-color:#b9ac9b;	
	background-position:center;
	background-attachment:scroll;
	height:100%;
	}
	
div#overall{
 	position:absolute;
	width:1024px;
	height:768px;
	margin-left:-512px;
	left:50%;
	background-color:#b9ac9b;
	}	
	
div#text{
	position:absolute;
	left:404px;
	top:252px;
	width:550px;
	height:300px;
	z-index:1;
	overflow:auto;
}

div#album{
	position:absolute;
	left:454px;
	top:200px;
	width:530px;
	height:370px;
	z-index:1;
	overflow:auto;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:inherit;
	color:#000000;
	}

