body, div, a, img, span, ul, li {
	margin:0;
	padding:0;
}
img {
	border:none;
}
div {
	clear:both;
}
body {
	background: #000 url(../images/pattern.jpg) repeat;
	font: 16px arial, sans-serif;
	color: #e7ffd9;
	text-align:center;
	min-width: 900px;
}
#wrapper {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	background: url(../images/bg_gradient.jpg) repeat-x;
  	position: absolute;
	top: 0;
	left: 0;
}
/*------------------------------Header------------------------------*/
#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------End Header------------------------------*/

/*------------------------------Nav Tabs------------------------------*/
.nav {
	margin-left: auto;
	margin-right: auto;
	width: 895px;
}
.nav ul {
	list-style:none;
}
.nav li {
	display:inline;
}
.nav a {
	float:left;
}
.nav a span {
	float:left;
	display:block;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {
	float:none;
}
/*------------------------------End Tabs------------------------------*/

/*------------------------------Content------------------------------*/
#content {
	text-align: left;
	background: url(images/content.jpg) no-repeat;
	width: 900px;
	height: 451px;
	position: relative;
	top:23px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------End Content------------------------------*/
/*------------------------------Footer------------------------------*/
#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 75px;
	background: url(../images/footer.jpg) repeat-x;
}
#footer #design{
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.tribes { padding:30px 40px;}
.tribes p { font-size:14px;}

.footer { font-size:11px; text-align:center; padding:20-px;}
/*------------------------------End Footer------------------------------*/