#wrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif;
}

body{
	background-color: #32cfaf;
}

header{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	text-align: center;
}

nav{
	text-align: center;
	background: #07ad92;
}

nav ul{
	list-style-type: none;
}

nav li {
	display: inline;
	margin-right: 40px;
}

a {
	color: #000000;
	text-decoration: none;
}


section	{
	width: 929px;
	float: left;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #27f5d3;
	border: 1px solid #DEDC9;
	border-radius: 5px;
}


footer{
	height: 50px;
	clear: both;
	background: #07ad92;
}