@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: rgba(64,64,64,1.00);
	font-family:"微软雅黑","Microsoft YaHei","黑体";
	width: 1920px;
}

#Header{
	width: 1920px;
	height: 151px;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

.Animation_Download{
	text-align: right;
}
.Brony{
	position: absolute;
	top: 285px;
	left: 0px;
}


#Footer{
	position: absolute;
	left: 415px;
	top: 3300px;
	text-align: center;
	color: hsla(0,0%,40%,1.00);
}
.Footer_Slide_Left{
	position: absolute;
	left: 275px;
	top:0px;
	z-index: 2;
}
.Footer_Slide_Right{
	position: absolute;
	left: 760px;
	top:0px;
	z-index: 2;
}
.Footer_Text{
	width: 1000px;
	position: absolute;
	top:300px;
	left:40px;
	color: white;
}