body {
	background: url('./images/background.png');
}

#all {
	position: absolute;
	top: 0px;
	left: 3%;
	width: 94%;
	margin: 0px;
	padding: 0px;
}

#head {
	position: relative;
	width: 890px;
	height: 304px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url('./images/head.png');
}

#menu {
	position: absolute;
	text-align: center;
	top: 225px;
	height: 49px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}


#menu a {
	font-family: Times;
	font-size: 16pt;
	color: white;
	text-decoration: none;
	vertical-align: top;
	line-height: 49px;
}

#menu a:hover {
	color: #fae81a;
	text-decoration: none;
}

a {
	font-family: Times;
	color: white;
}

#under_head {
	position: relative;
	width: 890px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url('./images/under_head.png');
}

#content_m {
	position: relative;
	width: 890px;
	height: auto;
	_height: 200px;
	min-height: 200px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url('./images/content.png');
}

#content_in {
	position: relative;
	padding: 1px;
	margin: 0px;
	width: 740px;
	height: auto;
	text-align: left;
	color: white;
	font-size: 12pt;
	font-family: times;
}

h1 {
	font-family: times;
	font-weight: normal;
}

p {
	margin-left: 30px;
}



#footer {
	position: relative;
	width: 890px;
	height: 51px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url('./images/footer.png');
}

.input {
width: 90%;
background-color: #898989;
color: white;
font-weight: bold;
border-style: groove;
}

.submit {
width: 45%;
background-color: #898989;
color: white;
font-weight: bold;
border-style: groove;
}

.textarea {
width: 90%;
height: 200px;
background-color: #898989;
color: white;
font-weight: bold;
border-style: groove;
}


