@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #669900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #680;
}
a:link {
	color: #003300;
}


#title {
	display:block;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/title2.gif);
	height: 192px;
	width: 635px;
	left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}


#image {
	display:block;
	position:relative;
	width: 640px;
	height: 427px;
	background-image: url(images/couchrevised_3.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px double #003300;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	vertical-align: bottom;
	text-align: left;
	
}

#trailer {
	display:block;
	position:relative;
	width: 640px;
	height:388px
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	vertical-align: bottom;
	text-align: left;
}
#trailer2 {
	display:block;
	position:relative;
	width: 960px;
	height:554px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px double #003300;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	vertical-align: bottom;
	text-align: left;
}



#photocredit {
	margin-top: 416px;
	margin-left: 5px;
	vertical-align: bottom;
}
#content {
	display:block;
	position:relative;
	color: #000000;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	width: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer {
	display:block;
	position:relative;
	color: #000000;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 20px;
	width: 640px;
	background-image: url(images/footer.gif);
	padding-top: 38px;
}
