body {
	background-image: url(/resources/image/yoptri.png);
	background-repeat:no-repeat;
}
#header {
	height:60px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	min-width:900px;
}

#navwrapper {
	padding: 3px 3px 3px 50px;
	background-color: #00CC00;
	border-top: 1px solid #00FF00;
	border-bottom: 1px solid #00FF00;
}
#navwrapper p {
	padding-right: 33px;
	margin:0px;
}
#footer {
	padding: 5px 5px 3em 5px;
	margin-top: 3em;
	font-size:0.8em;
	text-align:center;
	clear: both;
}
#content {
	position:absolute;
	top: 100px;
	left: 230px;
	width: 660px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

* html #content {
	overflow:visible;
}


#content p {
	margin-bottom: 1em;
}
#nav2wrapper {
	float:left;
	margin-left: 29px;
	width: 180px;
	margin-top: 115px;
	display:inline;
}
