@charset "utf-8";
/* CSS Document */

/*IE*/
@font-face {
	font-family:'font1';
	src:url(../font/ArmedLemon.eot);
}
@font-face {
	font-family:'font1';
	src:url(../font/ArmedLemon.woff);
}

h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size-adjust:inherit;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#title {
	font-family:'font1';
	font-size:large;
	position:absolute;
	width:280px;
	height:40px;
	top:50%;
	left:50%;
	margin-left:-140px;
	margin-top:-20px;
	text-align:center;
}