@CHARSET "ISO-8859-1";

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #e6e6e6;
	font-family: Verdana, Arial, sans-serif;
	color: #4b4b4b;
	font-size: 12px;
}

#overall
{
	position: relative;
	width: 934px;
	margin: 20px auto;
}

#top
{
	background: no-repeat url("top.jpg");
	width: 860px;
	height: 136px;
	padding: 13px 42px 0px 32px;
}

#body
{
	background: repeat-y url("body.gif");
	width: 860px;
	padding: 0px 42px 0px 32px;
}

a
{
	font-weight:bold;
	color: #555;
	text-decoration: none;
}

a:HOVER
{
	text-decoration: underline;
}

h1
{
	color: #666;
}

h3
{
	margin-top: 20px;
}

#foot
{
	background: no-repeat url("foot.jpg");
	width: 934px;
	height: 161px;
	padding: 125px 42px 0px 32px;
	text-align: center;
	color: #000;
}

#serverstatus_sick
{
	background: no-repeat url("serverstatus_sick.png");
	width: 71px;
	height: 71px;
	position: absolute;
	right: 25px;
	top: 15px;
	padding: 50px 126px 53px 20px; 
}
