* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: MS PƒSƒVƒbƒN, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
}

img {
	border-width: 0px;
}

/* link */
a {
	text-decoration: none;
}

a:visited {
	color: #dc143c;
	text-decoration: none;
}

a:hover {
	color: #00ff00;
	text-decoration: none;
}

/* wrapper */
#wrapper {
	width: 840px;
	margin: 0 auto -100px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/background_wrapper.gif);
	background-repeat: repeat-y;
}

/* header */
#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

/* container */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}

/* footer */
#footer {
	width: 800px;
	height: 100px;
	margin-left: 20px;
	padding: 0;
	position: absolute;
	bottom: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p{
	float: left;
	display: block;
	padding-top: 25px;
	padding-left: 20px;
	color: #000080;
	font-size: 12px;
}

* html #footer { 
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1); 
}

/* history_back */
#history_back{
	position: absolute;
	left: 580px;
	bottom: 56px;
	cursor: pointer;
	overflow: hidden;
}

/* pagetop */
#pagetop{
	position: absolute;
	left: 695px;
	bottom: 56px;
	cursor: pointer;
	overflow: hidden;
}

/* footer_space */
#footer_space{
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
