/* CSS Document */

html{
	height:100%;
}
body{
	height:100%;
	margin:0px;
	background:#333333;
}
#anim{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	top:50%;
	margin-top:-200px;
	height:400px;
}