/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * site main layout.
 */
 
/* body */
body {
	margin: 0px;
	/*padding: 0px 0px 38px 0px;*/
	padding: 0px 0px 0px 0px;
	background-color: #000000;
} 
* html body {
	/*overflow: hidden;*/
}

/* container */
* html #container {
	/*height: 100%;
	overflow: auto;*/
}
#container {
	text-align: center;
	background-image: url("/resource/image/background/default.jpg");
	background-position: center 10px;
	background-repeat: no-repeat;
}

/* wrapper */
#wrapper {
	margin: 0px auto 0px auto;
	width: 0px;
	height: 0px;
	/*min-height: 848px;
	_height: 848px;*/
}

/* main-content */
#main-content {
}

/* header */
#header {
	position: absolute;
	width: 400px;
	/*height: 316px;*/
	z-index: 50;
}

/* navigation */
#navigation {
	position: absolute;
	width: 602px;
	height: 112px;
	margin: 14px 0px 0px -130px;
	padding: 0px 0px 0px 23px;
	background-image: url("/resource/image/menu/background-default.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* footer */
#footer {
	/*position: absolute;
	bottom: 0px;
	left: 0px;*/
	position: relative;
	z-index: 50;
	clear: both;
	width: 100%;
	height: 38px;
	background-color: #000000;
	/*opacity: 0.90;
	-moz-opacity: 0.90;
	z-index: 100;*/
}
body>#footer {
	/*position: fixed;*/
}