/*------------------------------------------------------
Author:	Luke Jones
Web:		http://www.traxor-designs.com/
Mail:		info@traxor-designs.com
------------------------------------------------------*/

@import url('formatting.css');
@import url('nav.css');

body, html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

*  {
	z-index:1;
	text-align:left;
}

body {
	background:url(../images/bg.png) top left repeat-x #5692d6;
	text-align:center;
	font-family:"Arial", Helvetica, Sans Serif;
}

/*
Background Light
*/

#light {
	position:absolute;
	width:804px;
	height:402px;
	left:50%;
	top:0;
	margin-left:-402px;
	z-index:-1;
	background:url(../images/light.png) top center no-repeat;
}

/*
Wrap & Content
*/

#wrap {
	width:700px;
	margin:0 auto;
}

#header {
	width:660px;
	height:100px;
	margin:0 auto;
	background:url(../images/header.png) left center no-repeat;
	padding:15px 0 0 0;
}

#nav {
	width:700px;
	height:54px;
	background:url(../images/nav-bg.png) top left no-repeat;
}

#contentWrap {
	width:700px;
	min-height:200px;
	background:url(../images/content-bg.png) top left repeat-y;
}

#content {
	width:660px;
	margin:0 auto;
	padding:10px 0 10px 0;
}

#footer {
	width:700px;
	height:60px;
	background:url(../images/footer-bg.png) top left no-repeat;
}
