@charset "utf-8";

body {
	background: url(image/bg-fullhd-zurbms.jpg) repeat-x scroll 0 0 transparent;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img {
	border: none;
	margin: 0px;
}

.box {
	width: 536px;
	height: 567px;
	margin: 0px auto;
	position: relative;
	top: 99px;
}

.bg-box {
	background-image: url(image/bg-box-center.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 536px;
	height: 547px;	
}

.bg-box h1 {
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
}

.bg-box ul {
	list-style: none outside none;
}

.bg-box ul li {
	float: left;
	margin: 15px;
}
