*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background-color: #569665;
}

a {
	text-decoration: none;
}

a:hover{
	color: red;
}

#box{
	width: 1024px;
	margin: 0 auto;
}

#header{
	width: 1024px;
	height: 209px;
	background-color: #00C244;
}

#nav{
	width: 994px;
	height: 50px;
	background-color: #338049;
	padding-right: 30px;
}

#nav a{
	line-height: 50px;
	padding-left: 20px;
	float: right;
	color: white;
}

#nav a:hover{
	color: red;
}

#main{
	width: 1024px;
	height: 1540px;
	background-color: #ffffff;
}

#main h1{
	text-align: center;
}

#left{
	width: 250px;
	height: 600px;
	background-color: #ffffff;
	float: left;
}

#right{
	width: 774px;
	height: 600px;
	background-color: #ffffff;
	float: left;
}

#footer{
	width: 1024px;
	height: 80px;
	text-align: center;
	float: left;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	background-color: #338049;
}