body
{
	height: 100%;
	background: black;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #666;
}

body, a
{
	color: #666;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: white;
}

#rings
{
	z-index: 1;
}

#content
{
	font-size: 0.75em;
	position: absolute;
	top: 266px;
	left: 543px;
	z-index: 10;
}

#login
{
	font-size: 0.75em;
	position: absolute;
	top: 88px;
	left: 462px;
	z-index: 10;
	width: 147px;
}

#content #details, #login
{
	margin-left: 81px;
	line-height: 1.2em
}

img#logo
{
	margin-bottom: 25px;
}

p#slogan, p#locations
{
	font-weight: bold;
	margin-bottom: 25px;
}

.address, p#locations
{
	font-weight: normal;
}

.address p
{
	margin: 10px 0 30px 0;
	/*height: 72px;*/
	font-weight: normal;
}

.address p, .address p a
{
	color: #FFF;
}

.address p a:hover
{
	color: red;
}

#siteby
{
	position: fixed;
	left: 15px;
	bottom: 15px;
	font-size: 0.65em;
	color: #333;
}

form input
{
	background: #222;
	border: 0;
	color: #999;
	width: 100%;
	margin: 5px 0 10px 0;
}

form label
{
	width: 100%;
}

div.submit input
{
	width: auto;
	padding: 3px;
}

div.submit input:hover, div.submit input.hover
{
	color: #FFF;
}