@charset "UTF-8";
/* CSS Document */

body {
	font-family:helvetica;
	background:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px 5px 5px 5px;
	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:#000;
}
.object {
	width: 100%;
	background:#000;
	text-align:center;
}
#vimeoDetails {
	font-size:8pt;
	text-align:right;
}
#container {
	padding: 10px 10px 10px 10px;
	background: #94C;
	margin-left:auto;
	margin-right: auto;
	margin-top: 5%;
	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, Times, serif;
}

A:link {text-decoration: none; color:#000}
A:visited {text-decoration: none; color:#FFF}
A:hover {text-decoration: none;	color:#CFF}
A:active {text-decoration: none; color:CCC}
