﻿* {
margin: 0px;
padding: 0px;
}

html, body {
	
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	line-height: 150%;
	background-color: Black;
	overflow: auto;
}	
	
a:link, a:visited, a:active {
	color: Black;
	
}

			
img
{
	border: none;
	display: block;
}


#divVerticalAlign {

position: absolute;
margin-top: -300px;
top: 50%;
width: 100%;

}

#divContent
{
	width: 350px;
	height: 525px;
	margin: auto;
	background-image: url(sandra-day-bog.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #000000;
	text-align: left;
	padding-left: 325px;
	padding-top: 75px;
	padding-right: 280px;
	vertical-align: top;
	background-color: #fff8b7;
	overflow: auto;
}

#divScroll
{
	width: 350px;
	height: 500px;
	margin-bottom: 25px;
	overflow: auto;
}
