* {
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	background: url(../graphics/background.jpg) repeat-x 50% 0;
}

/* MAIN CONTAINER DIV
----------------------------- */

#container {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	border: none;
}

/* LOGO HEADER BAR
----------------------------- */

#header {
	margin: 0;
	padding: 0;
	background: url(../graphics/logo.jpg) no-repeat;
	height: 600px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}

#text {
	background-color:#000000;
	color:#CCCCCC;
	text-align:center;
	letter-spacing: 4px;
	font-style:italic;
	font-variant:small-caps;
}

















