a
{
	color: white;
	text-decoration: none;
}

body
{
	background: #000000;
	padding-top: 2em;
	margin: 0;
}

p
{
	text-indent: 3em;
}

.wrapper
{	
	background: #000000 url("../images/back-repeat.jpg") center repeat-y;
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	border: 1px solid gray;
}


.content
{
	
	background: url("../images/background.jpg") no-repeat center top;
	position: relative;
	width: 900px;
	top: 0;
}

.nav
{
	position: absolute;
	width: 200px;
	height: 200px;
	text-align: left;
	top: 100px;
	left: 50px;
	font: small-caps 14px verdana;
	letter-spacing: 10px;
	line-height: 22px;
}

.header
{
	position: absolute;
	width: 520px;
	height: 30px;
	top: 270px;
	text-align: right;
	left: 190px;
	font: bold small-caps 16px verdana;
	letter-spacing: 4px;
	color: gray;
}

.main
{
	position: relative;
	width: 523px;
	padding-top: 300px;
	padding-bottom: 10px;
	text-align: justify;
	left: 190px;
	font: 14px verdana;
	color: gray;
}

.footer
{
	position: relative;
	width: 539px;
	text-align: center;
	left: 182px;
	border-top: 1px solid gray;
	font: small-caps 12px arial;
	letter-spacing: 8px;
	color: gray;
}