@import url("reset.css");

body {
	margin: 0;
}

#wrapper {
	background-color: white;
}

#header {
	background-color: #F9BF13;
	height: 30px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}

#header .under {
	background-color: white;
	border: 3px solid white;
	border-radius: 50% 50% 0 0 / 15px 15px 0 0;
	position: fixed;

	width: 100%;
	height: 15px;
	top: 15px;
	left: 0px;

}

#content {
	background-image: url("img/logo-big.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

#footer {
	background-color: #00A161;
	text-align: center;
	color: white;

	height: 40px;
	line-height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

