div#mainFrame
{
	background-color: #3f3f3f;
	border-left: 1px solid #4f4f4f;
	border-top: 1px solid #4f4f4f;
	text-align: center;
	padding: 5px;
	height: 100%;
}

div#content
{
	padding: 5px;
	border-color: #cccccc;
}

div#content p
{
	text-align: justify;
	text-indent: 30px;
}

div#content p a:link
{
	color: #777;
}

#content h1
{
	font-size: 35px;
	color: #eeeeee;
	text-shadow: #111111 7px 7px 2px;
	margin-bottom: 15px;
}

#content p#error
{
	margin-top: 10px;
	text-indent: 0px;
}