html, body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial;
	color:#b6b6b6;
}

div#outline
{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	min-height:640px;
	min-width:1007px;
	text-align:center;
}

div#middle
{
	width:510px;
	margin:0px;
	padding:0px;
}

img
{
	margin:0px;
	padding:0px;
	border:none;
}

img#bgimg
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	min-height:640px;
	min-width:1007px;
}

p
{
	font-size:24px;
	line-height:24px;
	margin:0px 0px 23px 0px;
}

p a
{
	color:#fff;
	text-decoration:none;
}

h1
{
	margin:23px 0px 50px 0px;
}

a:hover
{
	color:#000;
}

hr
{
	border:none;
	background-color:#7e7e7e;
	height:1px;
	margin:0px 0px 10px 0px;
}


address
{
	margin:0px;
	font-style:normal;
	font-size:12px;
	white-space:nowrap;
	color:#7e7e7e;
}

span
{
	word-spacing:12px;
	white-space:normal;
}

address a
{
	color:#7e7e7e;
	text-decoration:none;
}
