html,
body
{
	background: #202020 url('/images/bkgtile.gif');
	color: #ccc;
	height: 100%;
}

#content
{
	width: 575px;
	margin: 0 auto;
}

#logo
{
	width: 246px;
	height: 83px;
	margin: 0 auto 0;
	padding: 60px 0 50px;
}

h1
{
	font-size: 238%;
	color: #8fbfef;
	line-height: 1.05em;
	margin: 0 0 .2em;
}

h2
{
	font-size: 131%;
	font-weight: bold;
	margin: 0;
}

p
{
	margin: .8em 0;
	font-size: 108%;
}

p.new-name
{
	font-size: 238%;
	margin: .3em 0;
}

a
{
	color: #8fbfef;
	text-decoration: none;
	border-bottom: none;
}

a:hover
{
	border-bottom: 1px solid;
}

strong
{
	font-weight: bold;
}