@charset "UTF-8";
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #FFF;
}
body {
	background-color: #000;
	text-align: center;
}
<body>

     <div id="wrapper>

     your page content goes here ---------->

     </div> <!--end wrapper-->

</body>
a {
	font-family: MS Serif, New York, serif;
	font-size: 16px;
	color: #69F;
}
a:visited {
	color: #F30;
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
.featurevideo {
}
#wrapper {

     width: 900px /**adjust as needed**/

     margin:0 auto;

     text-align:center; /**for older browsers**/

}