body {
	background-color: #5e8fc7;
	height: 100%;
	width: 100%;
	margin: 0;
}

#centered-table {
	width: 100%;
	height: 100%;
	padding: 0;
	border-collapse: collapse;
}
#centered-table tr {
	vertical-align: middle;
	padding: 0;
}
#centered-table td {
	text-align: center;
	margin: 0;
	padding: 0;
}
#centered-table #table-header {
	vertical-align: top;
	height: 40px;
}

#url h1.header {
	font-size: 20px;
}
#url h2.header {
	font-size: 16px;
}
#url input.text {
	font-size: 17px;
	border: medium none;
	padding: 5px;
	line-height: 25px;
	outline: medium none;
	height: 28px;
	width: 300px;
}

#video-content {
	width: 640px;
}
#video-content div.header {
	padding-left: 12px;
	font-family: Arial;
	font-size: 1.1333em;
	text-align: left;
	width: 100%;
}
#video-content #toolbar {
	width: 100%;
	margin: 0px;
}

#fblike-container {
	display: inline;
	width: 52px;
}

.headline {
	background-color: #445C70;
	color: rgba(255, 255, 255, 0.8) !important;
	bottom: 0;
	cursor: pointer;
	display: block;
	font-size: 27px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	z-index: 2;
}

.headline .text {
	letter-spacing: -1px;
	text-align: center;
	z-index: 4;
}

.headline:hover {
	background-color: #3E556B;
}

#footer {
	clear: both;
	height: 40px;
	margin: -40px 0 0;
	min-width: 900px;
	position: relative;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer .arrow {
	border: 0;
	margin: 0 0 0 10px;
	opacity: 0.8;
	vertical-align: -4px;
	position: absolute;
}

#page-header {
	clear: both;
	height: 40px;
	margin: 0;
	min-width: 900px;
	position: relative;
	text-align: left;
}
#page-header a {
	color: white;
	text-decoration: none;
}
#page-header .arrow {
	border: 0;
	margin: 0 0 0 10px;
	opacity: 0.8;
	vertical-align: -4px;
	position: absolute;
}

