body {
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	color: #fff;
	background: #111 url("bg.png") repeat center center;
}
h2 {
	font-weight: normal;
}
ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul li {
	margin-bottom: 4px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
object {
	position: fixed;
	height: 658px !important;
	width: 877px !important;
	left: 50%;
	top: 50%;
	margin-top: -329px;
	margin-left: -438px;
	z-index: 99;
}
#meta {
    position: fixed;
	top: 50%;
	margin-top: -329px;
}
#CaptivateContent { 
	text-align: center;
}