body
{
	margin:0;
	padding:0;
	font-size:20px;
}
.header
{
	width:100%;
	height:80px;
	border-bottom:5px solid #000000;
	background:#fff000;
	padding-top:20px;
}
select,input[type="button"]
{
	width:110px;
	height:28px;
}
.wraper
{
	width:100%;
	height:538px;
	background:#dddddd;
}
.shape
{
	position:relative;
	width:100px;
	height:100px;
	border-radius:50%;
	background:#fff000;
	border:2px solid #000000;
	top:430px;
}