/*
 * commons
 */
html, body {
	height: 100%;
}
body {
	background: #ededed url(images/top-bg.png) repeat-x;
}

/*
 * layout
 */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px auto;
	min-width: 900px;
	width: 900px;
}

/* main */
#main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -258px 0 0 -458px;
	width: 900px;
	height: 500px;
	padding: 0;
	background: url(images/background.jpg);
	border: 8px solid #fff;
	overflow: hidden;
}
#main h1 {
	position: absolute;
	top: 10px;
	left: 40px;
	font-size: 38px;
	color: #fff;
}
#logomark {
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	height: 200px;
}
#footline {
	position: absolute;
	left: 20px;
	top: 460px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
#footline ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footline ul li {
	display: inline;
	margin-right: 6px;
}
#copyrights {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	right: 20px;
	top: 480px;
}
#main-shadow {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 916px;
	margin: 258px 0 0 -458px;
	background: url(images/bottom-bg.png) repeat-x;
}

/* info_window */
#info_window {
	position: absolute;
	_left: -1000px;
	width: 700px;
	height: 500px;
	z-index: 2;
}
#info_window img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
#window_close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
}
#window_frame {
	position: absolute;
	left: 170px;
	top: 70px;
	width: 400px;
	height: 370px;
	z-index: 3;
	background: none;
	border: none;
}

/* button */
.button {
	display: inline;
	padding: 4px;
	border: 2px solid #f60;
	color: #fff !important;
	background: #fc0;
	text-decoration: none;
}
.button:hover {
	color: #f60 !important;
	border-color: #fff;
}

/* balloon */
.balloon {
	position: absolute;
	display: none;
	_left: -1000px;
	_display: block;
	width: 170px;
	height: 170px;
	text-align: center;
}

/* footer */
#footer {
	width: 900px;
	margin: 0 auto;
	height: 40px;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
#footer_push {
	height: 80px;
}
#footer ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin-right: 6px;
}
