html, body, table, tr, td {
	margin:					0px;
	padding:				0px;
}
body, html {
	height:					100%;
	width:					100%;
	text-align:				center;
	vertical-align:			top;
}
body {
	background-color:		#03131c;
	background-image:		url("http://trailers.apple.com/trailers/disney/morninglight/assets/images/bg-gradient.jpg");
	background-position:	top;
	background-repeat:		repeat-x;
}

#topContainer{
	background-image:		url("http://trailers.apple.com/trailers/disney/morninglight/assets/images/boat.jpg");
	background-position:	bottom;
	background-repeat:		no-repeat;
	text-align:				center;
}
#borderbox{
	border:					2px #000000 solid;
	margin:					auto;
	padding:				auto;
}
