﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {	background:#e7ef8c;}
html {	overflow-y:scroll;}
img {	border:0;}

#contents {
	position:absolute;
	top:50%;
	left:50%;
	width:400px;
	height:222px;
	margin:-111px 0 0 -200px;
	padding:10px;
	text-align:center;
}
body > #contents {
	height:auto;
	min-height:222px;
}