@charset "utf-8";
body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

* {
	margin:0;
	padding:0;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-image: url(../img/img2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 40px;
}
#footer {
	height: 150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

#box1 {
	width: 100px;
	float: left;
	margin-left: 150px;
	margin-top: 140px;
}
#box2 {
	width: 100px;
	float: left;
	margin-top:235px;
	margin-left:70px;
}
#box3 {
	width: 100px;
	float: left;
	margin-top:245px;
	margin-left: 55px;
}
#box4 {
	width: 150px;
	float: left;
	margin-top:290px;
	margin-left:40px;
}
ul {
	width: 100px;
	list-style-type: none;
}
li {
	line-height: 200%;
}

a {
	color: #FEE9D4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#5F3206;
}
h1 {
	text-align: center;
	padding-top:20px;
	font-size: 24pt;
}
