@charset "utf-8";
body {
	background-color: #004B2C;
	margin: 0px;
	text-align: center;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#header {
	background-image: url(../layout/header.jpg);
	height: 240px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
h1#logo {
	background-image: url(../layout/logo.gif);
	height: 184px;
	width: 221px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 34px;
}
#mid {
	background-image: url(../layout/middle-exp.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	height: 450px;
	text-align: center;
	padding-top: 20px;
}
#footer {
	background-image: url(../layout/footer.jpg);
	height: 178px;
	width: 960px;
	position: relative;
}
#java {
	height: 425px;
	width: 750px;
	background-color: #0B5E30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 425px;
	font-weight: lighter;
	color: #D8AA5C;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
