@charset "utf-8";
*{
	margin:0 auto;
	padding:0;
}
body{
	background:#fff8db;
}
.wrapper {
	background:url(../images/bgCont.PNG) no-repeat center center;
	height:483px;
	width:639px;
	margin-top:60px;
	text-align:center;
}
.logo{
	width:268px;
	border:none;
	margin-top:158px;
}
.hihi input[type=submit]{
	background:url(../images/btn.PNG) no-repeat top center;
	width:132px;
	height:40px;
	color:#fff;
	border:none;
	margin:43px 7px;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:pointer;
}
.hihi input[type=submit]:hover{
	text-shadow:0px 0px 2px #fff;
	cursor:pointer;
}

.hihi input[type=button]{
	background:url(../images/btn.PNG) no-repeat top center;
	width:132px;
	height:40px;
	color:#fff;
	border:none;
	margin:43px 7px;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:pointer;
}
.hihi input[type=button]:hover{
	text-shadow:0px 0px 2px #fff;
	cursor:pointer;
}