@charset "utf-8";
/* CSS Document */

body{
	background:#2D9766;
}

.mycenter{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px; 
}