@charset "utf-8";
@import url("text.css");
/* CSS Document */

/*--------------------------------------------------------------*/
/* 	This is the work of Matt Faucher (mattfaucher.co.uk)		*/
/*	I would like that you do not copy or use my stylesheets as	*/
/*	as your own work, if you would like to use them ask first.	*/
/*	If you see this on a web site that is not designed by Matt	*/
/*	then please mail me Copy@MattFaucher.co.uk.  Thanks Matt	*/
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/*																*/
/*							Body								*/
/*																*/
/*--------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	background-color:#000;
}

/*--------------------------------------------------------------*/
/*																*/
/*							Wrapper								*/
/*																*/
/*--------------------------------------------------------------*/

#wrapper{
	position:relative;
	width:960px;
	height:880px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:15px;
	background-image:url(images/wrapper_bg.jpg);
	border-top:15px solid #000;
}
#hit {
	position:absolute;
	left:5px;
	top:0px;
	width:291px;
	height:35px;
	z-index:1;
}
#update {
	position:absolute;
	left:520px;
	top:2px;
	width:441px;
	height:49px;
	z-index:1;
}

#update p{
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------*/
/*																*/
/*							masthead							*/
/*																*/
/*--------------------------------------------------------------*/
#masthead {
	position:absolute;
	left:318px;
	top:69px;
	width:610px;
	height:205px;
	z-index:2;
}

/*--------------------------------------------------------------*/
/*																*/
/*							Content								*/
/*																*/
/*--------------------------------------------------------------*/
#content {
	position:absolute;
	left:273px;
	top:295px;
	width:670px;
	height:576px;
	padding-right:5px;
	z-index:1;
}
#right {
	position:absolute;
	left:17px;
	top:106px;
	width:640px;
	z-index:1;
	height: 200px;
}
#left {
	position:absolute;
	left:135px;
	top:314px;
	width:453px;
	z-index:2;
}

#navbar {
	position:absolute;
	left:24px;
	top:69px;
	width:250px;
	height:203px;
	z-index:1;
}

#about {
	position:absolute;
	left:54px;
	top:355px;
	width:160px;
	height:38px;
	z-index:1;
}
/*--------------------------------------------------------------*/
/*																*/
/*							Footer								*/
/*																*/
/*--------------------------------------------------------------*/

#footer{
	position:absolute;
	width:960px;
	bottom:2px;
}
#designed {
	position:absolute;
	right:10px;
	top:0px;
	width:303px;
	z-index:1;
}
