@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	margin: 0px;
}

#main {
	top: 50%;
	left:50%;
	height: 34px;
	width: 414px;
	position: absolute;
	margin-top: -17px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -207px;
	cursor: pointer;
}
