/* CSS Document */
#wp {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logo {
	text-align: center;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 320px;
}
#ms {
	margin-top: 20px;
	margin-bottom: 20px;
}
#mv {
	top: 750px;
	left: 41%;
	position: fixed;
}
