/*visual essay style sheet*/

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
	
body {

	background: black url('bckgrnd3.jpg') ;
	
	font-family: 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif; 
	
	overflow:hidden;
	}

#PageWrapper { width: 792px; margin: 0 auto; padding-top:2%}

h1 {color: silver; font-style: italic; font-size: 150%; position: relative; left:-200px;}
h2 {color: silver; font-size: 1em; position: relative; top: -2.3em; left: 280px;}

div#viewarea
{padding: 0 200px 0 0; color: silver; font-size: .75em; position:absolute; top: 200px; left:300px; text-align: center;}

div#thumbs
{position: absolute; top: 480px; left: -15px;
}

img.thumbs {border:none} 

div#thumbs a:hover {background:black} 
	
div#thumbs a img.big {height: 0; width: 0; border-width: 0} 
	
div#thumbs a:hover img.big {position:absolute; top:-400px; left:140px; height:386px;width:1000px; border:none} 
	
div#thumbs a span {display:none;}
	
div#thumbs a:hover span 
	{
	display: block;
	position: absolute; top: 100px; left:120px; width:1000px;
	padding: 5px;
	color: grey; background: black;
	font: 14px Verdana, sans-serif; text-align: left;
	}
	
#bottompage
{
    width: 65%;
	color: gray; 
	font: 10px Verdana, sans-serif;
	letter-spacing: .1em;
	text-align: center; 
	position: fixed; 
	top: 650px;
	}


div#bottompage a {color: gray; text-decoration: none; font-style: normal;}
div#bottompage a:hover {color: red;}