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

* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 800px;
	height: 100%;
}

body {
	background-image: url(../img/bg_main.png);
	background-position: 0 191px;
	background-repeat: repeat-x;
	background-color: #f3f2e7;
}

div#frame {
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	background-image: url(../img/logo_area.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.header {
	margin: 0 auto;
}

div.logo {
	margin: 0 auto;
	text-align: center;
	padding: 42px 0;
}
