body {
	background-color: black;
	color: white;
	font-family: MS UI Gothic, helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	margin: 0px;
}

img {
	border: 0px;
}

.container{
	width: 720px;
	margin: 0px auto;
}

.header{
	width: 720px;
	margin: 10px 0px;
}

.main{
	width: 720px;
	margin: 10px 0px;
	position:relative;
}

.window{
}

.face{
	position: absolute;
	top: 7px;
	left: 41px;
}

.message{
	position: absolute;
	top: 15px;
	left: 180px;
	width: 240px;
	text-align: left;
}
.meyasubako{
	position: absolute;
	top: 110px;
	left: 20px;
}

.footer{
	width: 720px;
	margin: 60px 0px;
	font-size: small;
}