body {
	background: #ffffff;
	margin: 0px;
}

#container {
	background: #00a99d;
	overflow: hidden;
}

#header {
	background: url('../img/background-header.jpg') #ffffff;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 35px;
}

#sidebar {
	background: gray;
}

#content {
	background: #ffffff;
}

#footer {
	background: #00a99d;
}

p {
	margin-left: 10px;
}