@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%
}
body {
	background: #000000;
}
header, footer, nav, section, article {
	display: block;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 5;
}
header {
	background: url(/img/WookieePunch_headerBG.png) no-repeat;
	width: 1000px;
	height: 221px;
	z-index: 100;
	overflow: visible;
}
header a#logo {
	width: 543px;
	height: 221px;
	overflow: hidden;
	ziundes: 150;
}
#content {
	width: 100%;
	height: auto;
	min-height: 500px;
}
#leftGuy {
	position: absolute;
	background: url(../img/WookieePunch_SadGuy.png) no-repeat;
	width: 129px;
	height: 594px;
	margin: 0;
	left: 0;
}
#rightGuy {
	position: absolute;
	background: url(../img/WookieePunch_Wookiee.png) no-repeat;
	width: 457px;
	height: 594px;
	margin: 0;
	right: 0;
}
#rightGuy nav {
	position: relative;
	float: right;
	margin: 90px 0 0 0;
	width: 167px;
	height: auto;
}
#rightGuy nav a img {
	border: none;
	margin: 0;
}
img#tagline {
	position: relative;
	margin: 35px 0 10px 135px;
}
#mainContent {
	position: relative;
	margin: 0 0 10px 155px;
	width: 500px;
	height: auto;
}
footer {
	height: 400px;
}