/* CSS Biggi Mueller by Square Visuals - www.squarevisuals.com */

body        {
	background-color: #181818;
    margin: 20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #161616;
}



#container  {
	background-color: #CCCCCC;
	margin-left: -470px;
	position:absolute;
	left:50%;
	padding:0;
	border: 8px solid #fff;
}


#logo  {
	background-color: #000000;
	background-image: url(logo.jpg);
	width:367px;
	height: 578px;
	float: left;
}

#content  {
	width:550px;
	float: left;
	padding: 90px 0 0 25px;
}





/* Text styles */


h1          {
	display: inline;
	display: block;
	padding: 0px 0 80px 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	font-family: "Courier New", Courier, monospace;
}


p           {
	font-size:12px;
	line-height:20px;
	padding: 0 0 0 0px;
}
	
	
a          {
	font-weight: bold;
	color: #161616;
	text-decoration: none;
}


a:hover     {
	color: #666666;
}


	
img      { border: 0;}



img a, a:hover { background-color: none; color: none; border: 0; }
