@charset "UTF-8";
/* CSS Document */
#anim {
	position: relative;
	width: 980px;
	height: 600px;
	text-align: left;
}
#buttonContainer{
	width: 980px;
	height: 70px;
	padding-top: 25px;
}
#buttonContainer #button{
	width: 500px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top: 15px;
}
#buttonContainer #button a:link, #buttonContainer #button a:visited{
	text-decoration: none;
	color:#000000;
}
#buttonContainer #button a:hover{
	text-decoration: underline;
	color:#000000;
}
#buttonContainer #line{
	width: 500px;
	height: 1px;
	background-color:#CCCCCC;
	margin-left: auto;
	margin-right: auto;
}
