@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333;
}

#frame {
	margin: 0 auto;
	width: 600px;
}
#header {
	margin: 120px auto 20px auto;
	width: 600px;
	height: 251px;
	border: 1px solid;
	position: relative;
	display: none;
}

#header_inner {
	position: absolute;
	top: 50%;
	height: 100px;
	width: 600px;
	margin-top: -50px;
}

#menu {
	width: 600px;
	height: 28px;
	margin-bottom: 40px;
	display: none;
}

#content {
	display: none;
}

#footer {

}
