html, body, table, td {
	width : 99%;
	height : 99%
}

body {
	background : #434343;
}

#mainbody {
	margin : auto;
	padding : 0;
	width : 620px;
	height : 350px;
}

#anim  {
	margin : 0 0 0 20px;
	padding : 0;
	width : 600px;
	height : 300px;
	background : #434343;
}

#entree {
	list-style-type : none;
	float : right;
}

#entree li {
	margin : 20px 60px 0 0;
	padding : 0;
	float : left;
}

#entree li a {
	color : #7c7e7a;
	font-family : "Century Gothic", "Trebuchet Ms", Helvetica, Sans serif;
	font-variant : small-caps;
	font-size : 75%;
	letter-spacing : 1px;
	text-decoration : none;
}

#entree li a:hover {
	color : #c9cac8;
}