body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	width: 100%;
	margin-top: 0px;
	background-color: #5d6069; /* change */
	-webkit-text-size-adjust: 100%;
	background-image: url('../images/shimmer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

object { outline: none; }

#container{
	width: auto;
	margin: 0px;
	margin-top: 80px;
	text-align: center;
	background-image: url('../images/frame.png');
	background-position: top center;
	background-repeat: no-repeat;
}
table.top td{
	height: 0px;
}
table.container{
	margin-left: auto;
	margin-right: auto;
}
table.container td{
	padding: 0px;
	text-align: center;
	
	/*border: 1px solid pink;*/
}
table.container td.container{
	/*
	border: 1px solid pink;
	*/
}

#content{
	position: relative; 
	text-align: center; 
	width: 624px;
	height: 350px;
	overflow: hidden;
}
#video{
	overflow: hidden;	
	width: 624px; 
	height: 350px; 
	border: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* webkit-only CSS here (Chrome, Safari) */
	#content{
		height: 345px; /* must be 1-pixel greater than actual height to prevent scrollers form showing - webkit bug */
	}
	#video{
		margin-top: 1px;
	}
}

table.container td.copyright{
	padding-top: 75px;
	padding-bottom: 20px;
	height: 100px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff; /* change */
	
}

/* Links - div.copyright */
table.container td.copyright a:active{
	color: #ffffff; /* change */
	text-decoration: none;
}
table.container td.copyright a:visited{
	color: #ffffff; /* change */
	text-decoration: none;
}
table.container td.copyright a:link{
	color: #ffffff; /* change */
	text-decoration: none;
}
table.container td.copyright a:hover{
	color: #ffffff; /* change */
	text-decoration: underline;
}



