.center {
	margin: auto;
	width: 80%;
	padding: 10px;
}
#container {
	width: 400px;
	height: 400px;
	position: relative;
	background: black;
}
#animate {
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: red;
	background-image: url("../../images/dvdLogo.png");
}