* {
	padding:0;
	margin:0;
}

body {
	background-image:url('bg.png');
	overflow:auto;
}

#page {
	width:908px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-135px;
}

#header {
	background-image:url('header.png');
	width:659px;
	height:141px;
	position:relative;
	top:145px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
}

#content {
	background-image:url('content.png');
	width:908px;
	height:481px;
	position:relative;
	top:70px;
	}	
	
#innercontent {
	position:relative;
	top:75px;
	width:900px;
	left:4px;
}

#footer {
	width:908px;
	height:30px;
	position:relative;
	top:35px;
}

.link_title {
	color:#8c0404;	
	text-decoration: underline;
}

#scrollcontent {
	height: 380px;
	width:630px;
	overflow:auto;
	}
	
input, select {
	display:inline;
}
a {
	text-decoration:none;
	color:#2e5a02;
}

a:hover {
	text-decoration:underline;
}

.link_title_ge {
	color:#8c0404;
	text-decoration: underline;
}
