html, body { /*height: 100%;*/}

body {
	color: #fff;
	background-position: center;
	background-image: url('../img/way_background_tile.png');
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 255) 100%), url('../img/way_background_tile.png');
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 255) 100%), url('../img/way_background_tile.png');
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 255) 100%)), url('../img/way_background_tile.png');
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 255) 0%,rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 0) 80%,rgba(0, 0, 0, 255) 100%), url('../img/way_background_tile.png');
	background-image: linear-gradient(left, rgba(0, 0, 0, 255) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 255) 100%)), url('../img/way_background_tile.png');
}

a {
	cursor:pointer;
	text-decoration: none;	
}

a:link 		{color:#fff}  /* unvisited link */
a:visited 	{color:#fff}  /* visited link */
a:hover 	{color:#ccf}  /* mouse over link */
a:active 	{color:#fff}  /* selected link */

td {
	vertical-align: top;
}

td.credits {
	width: 700px;
}

hr {
	width: 75%;
}

img {
	border: none;
}

#content {
	padding-top: 35px;
	width: 930px;
	border-top: 27px;
	font-family: arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	margin-top: -27px;
	margin-bottom: 10px;
}

#content_header {
	//border: 100px;
	//border-top: 27px;
	text-align: center;
	font-size: 60px;
	//height: 220px;
	//width: 600px;
	margin-top: 54px;//130px;
	margin-bottom: 27px;//130px;
	margin-left: auto;
	margin-right: auto;
}

#content_story {
	padding-top: 10px;//80px;
	position: relative;
	float: right;
	width: 450px;
}
#content_footer {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content_story_text {
	margin: 10px;
}

#content_story_text img {
	
}

#download_links {
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#download_links tr {
	width: 30px;
}

#content_videos {
	position: relative;
	margin-top: 0px;
	padding-top: 20px;
	width: 450px;
}

#content_videos img {
	margin-left: auto;
	margin-right: auto;
}

#download_table {
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer_credits {

}