@charset "utf-8";
/* CSS Document */
html{
	margin:0;
	padding:0;
	line-height:18px;
	height:100%;
}
body 
{
	color: #FFF;
	background-color: #2c2c2c;
	margin: 0px;
	text-align: center;
	font-family: Arial;
	height:100%;
}
a
{
	text-decoration:  underline;
	color:#222;
}
a:hover
{
	text-decoration: none;
	color: #000;
}
h1{
	font-size:x-large;
}
div#container
{	
	color: #000;
	background-image: url('images/AQ-servers_03.png');
	background-repeat: repeat-no;
	margin-left: auto;
	margin-right: auto;
	width: 608px;
	height: 416px;
	text-align: center;
}
div#content
{

	text-align: left;
	width:500px;
	padding-left:30px;
	padding-right:30px;
	padding-top:100px;
}

div#logo
{
	background-image: url(images/Stoneforge_03.png);

	width:240px;
	height:52px;
	text-align: left;
}
div#menu
{
	text-align: left;
	color: #AAA;
	padding-bottom:10px;
}		
