body {
	/*background-image:url(../images/background.jpg);*/
	background-color: #222; 
	background-repeat:repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

#mainBox {
	background: #000000;
	
	padding: 0px;
	margin: 0px;
	width: 720px;
	height: auto;
	min-height: 400px;
	
	border:1px solid white;
	position:relative;
}

#linkBox {
	padding: 0px;
	height: auto;
	position:absolute;
	left: 722px;
	top: 100px;
	text-decoration:none;
}

#outerBox
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:10px;
	width: 880px;
}

#mainHeadline
{
	font-weight: bolder;
	font-size: 1.5em;
	font-style: normal;
	color: white;
	padding: 5px;
	letter-spacing: 0.05em;
}

#footer
{
	font-weight: normal;
	font-size: 0.6em;
	font-style: italic;
	color: white;
	padding: 5px 0px 25px 0px;
}
