#background, #backgroundRepeating {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}	
#backgroundRepeating {
	right: 0;
	width: 100%;
	height: 100%;
}	

html, body {
	overflow-y: auto;

}

body {
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	line-height: 1em;
}

span {
	font-weight: bold;
	text-transform: uppercase;
}

#crew {
	color: #FFFFFF;
	padding-bottom: 62px;
	position: absolute;
	top: 0;
}
#obviousTeam, #obviousFriends {
	display: block;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin-left: 25px;
	position: relative;
	width: 100%;
	z-index: 1;
}
#obviousTeam {
	padding-top: 25px;
	background: url(../images/subheaders/ObviousTeam.png) no-repeat 10px 0;
}
#obviousFriends {
	padding-top: 25px;
	background: url(../images/subheaders/FriendsOfObvious.png) no-repeat 10px 0;
}
	#obviousFriends h5 {
		display: inline;
		text-transform: uppercase;
	}
	#obviousFriends li {
		display: inline-block;
		vertical-align: top;
		width: 460px;
		margin: 0 0 0 0;
	}
	#obviousTeam li {
		display: inline-block;

		vertical-align: top;
		width: 310px;
		margin: 0 10px 0 0;
	}
		#obviousFriends li img, #obviousTeam li img {
			float: left;
			margin: 5px 20px 30px 10px;
		}
		#obviousFriends li p {
			line-height: 1.3em;
			margin: 5px 0;
		}
		#obviousTeam li p {
			line-height: 1.2em;
			margin: 10px 0;
		}
	#obviousFriends span {
		color: #54d5ff;
		text-transform: none;
	}



#main {
	top: 52%;
}
#mainLeft {
	color: #FFFFFF;
}
#mainRight {
	color: #999999;
}
	#mainRight label {
		display: inline-block;
		text-align: right;
		vertical-align: top;
	}
		#mainRight label span {
			color: #FFFFFF;
			margin-left: 6px;
		}
	#mainRight label.warning {
		color: #CCCCCC;
		display: inline;
		margin-left: 10px;
	}
	#mainRight input, #mainRight textarea {
		border: 0;
		background-color: #FFFFFF;
		margin-bottom: 7px;
		margin-top: 0;
		margin-left: 10px;
	}
	#mainRight input.submit {
		padding: 3px 6px;
		margin-left: 90px;
	}

	#merchLink {
		position: absolute;
		height: 19%;
		left: 0;
		top: 49%;
		width: 10%;
		z-index: 2;
	
	}
	
#shirts {
	background: url(../images/threadsDivider.gif);
	border-top: 1px solid #E6E6E6;
	padding: 0 0 70px;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 100%;
}
	#shirts #itemHighlight {
		border: 3px solid #000000;
		display: none;
		height: 298px;
		position: absolute;
		width: 295px;
	}
		#shirts #itemHighlight button {
			color: #383838;
			display: block;
			float: right;
			font-size: 10px;
			font-weight: bold;
			margin: 0 4px 0 0;
			text-transform: uppercase;
			padding: 2px 10px;
		}
		#shirts #itemHighlight h5 {
			background-color: #000000;
			bottom: 0;
			color: #CCCCCC;
			display: inline-block;
			font-size: 11px;
			height: 37px;
			line-height: 24px;
			margin: 0;
			padding: 15px 0 0; 
			position: absolute;
			text-align: left;
			width: 100%;

		}
		#shirts #itemHighlight span {
			display: block;
			padding-left: 10px;
			text-transform: none;
		}
	#shirts ul {
		background-color: transparent;
		border-left: 1px solid #E6E6E6;
		list-style-type: none;
		padding: 0;
		margin: 0 3%;
		text-align: left;
		width: 96%;
	}
		#shirts ul a {
			border: 0;
			color: #555555;
			text-decoration: none;
			width: auto;
		}
			#shirts ul a img {
				border: 0;
			}
		#shirts ul span {
			color: #555555;
			display: inline-block;
			font-size: 11px;
			height: 34px;
			line-height: 1em;
			margin: 0;
			padding: 20px 0 0 10px;
			text-transform: none;
		}
		#shirts ul li {
			border-color: #E6E6E6;
			border-style: solid;
			border-width: 0 1px 0px 0;
			display: inline-block;
			padding: 0;
			text-align: left;
			vertical-align: top;
			width: 300px;
		}
		
#slideshow {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}
	#slideshow img {
		position: absolute;
	}
#slideshowScrollers {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	width: 100%;
	z-index: 2;
}
	#slideshowScrollers button {
		background-color: transparent;
		border: 0;
		position: absolute;
		height: 40px;
		top: 120px;
		width: 36px;
	}
	#slideshowScrollers button.left {
		background-image: url(../images/leftscroll.png);
		left: 0;
	}
	#slideshowScrollers button.right {
		background-image: url(../images/rightscroll.png);
		right: 0;
	}
