#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 0px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

Body{
background-color: #000000;
background-image: url('bg.jpg');
background-position: top center;
background-repeat: no-repeat; 
}

a:link { 
	color: #808080;
text-decoration: underline;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}



h1 {
font-size: 3em;
color: #ffffff;
}

p {
font-size: 1.2em;
color: #ffffff;
}

.headder
{
font-size: 1em;
font-family: century;
color: #ffffff;
position: relative;
top: 110px;
left: 17%;
width: 400px;
Height: 150px;
}

.div-1 {
position: center;

Height: 1000px;
}

.content
{
font-family: century;
color: #ffffff;
position: relative;
top: 190px;
left: 22%;
}

.quote
{
font-size: 1.5em;
position: absolute;
font-family: georgia, serif;
letter-spacing:0.1em;
line-height:200%;
padding-top:11px;
color: #ffffff;
float: rightt;
top: 360px;
left: 61%;
width: 300px;
Height: 120px;