/****************************
Copyright ninefootone
Design CSS
Coded by Jon Bradley with initial workings by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*****************************/

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	background: url(../images/bgnd.gif) repeat-x;
	background-color: #323333;
	margin:0px;
	overflow:hidden;
}

#logo{
	z-index: 1;
	position:relative;
	height:10px;
	width:10px;
	margin-left: 50px;
	clear:both;
	overflow:visible;
}

#toplogo{
	position:relative;
	width:270px;
	height:160px;
	float:left;
	margin-left:50px;
	padding-right:105px;
}

#instructions{
	position:relative;
	width:170px;
	height:215px;
	float:left;
	padding-right:60px;
}

#credits{
	position:relative;
	width:150px;
	height:200px;
	float:left;
}
