html, body
{
	background: #e3d4c2;
	color: #512302;
	margin: 0;
	padding: 0;
}

body, td, th
{
	font: 11px Tahoma, sans-serif;
}

img, area
{
	border: 0;
}

form
{
	margin: 0;
}

label
{
	display: block;
	font: 11px Tahoma, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

a
{
	color: #8e260a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#intro
{
	height: 749px;
	padding-left: 361px;
	position: relative;
}

#intro h1
{
	height: 144px;
	margin: 0;
	width: 651px;
}

#intro-left
{
	height: 749px;
	left: 0;
	position: absolute;
	top: 0;
	width: 361px;
}

#intro-left div
{
	display: block;
	padding-left: 30px;
	padding-top: 710px;
	text-align: center;
}

#intro-left a
{
	color: #5c3208;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#intro-none-image, #intro-trailer-image, #intro-friend-image, #intro-updates-image, #intro-merchandise-image
{
	left: 361px;
	position: absolute;
	top: 144px;
}


#overlay
{
	background: black;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

#trailer
{
	background: black;
	height: 375px;
	left: 175px;
	position: absolute;
	top: 193px;
	width: 640px;
	z-index: 4;
}


#friend
{
	background: url(../images/friend_bg.jpg) no-repeat;
	height: 540px;
	position: relative;
	width: 274px;
}

#friend .set1
{
	left: 30px;
	position: absolute;
	top: 45px;
}

#friend .set2
{
	left: 30px;
	position: absolute;
	top: 250px;
}

#friend input
{
	width: 214px;
}

#friend #submit
{
	left: 100px;
	height: 52px;
	position: absolute;
	top: 455px;
	width: 160px;
}


#updates
{
	background: url(../images/updates_bg.jpg) no-repeat;
	height: 375px;
	position: relative;
	width: 274px;
}

#updates .set1
{
	left: 30px;
	position: absolute;
	top: 45px;
}

#updates input
{
	width: 214px;
}

#updates #submit
{
	left: 140px;
	height: 50px;
	position: absolute;
	top: 310px;
	width: 110px;
}
