body{
	font-family: 'Gill Sans', 'arial', sans-serif;
	font-size: 18px;
	background: #ffde14;
	color: #000;
	padding-bottom: 30px;
	overflow-x: hidden;
}
h1{	
font-family: 'Gill Sans', 'arial', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 20px;
}
strong{
	font-family: 'Gill Sans', 'arial', sans-serif;
	font-weight: bold;
}
.container{
	width: 820px !important;
	padding-top: 40px;
	background: #ffde14;
}
.content{
	background-repeat: no-repeat;
	padding-bottom: 60px;
}
.bg{
	background: url('../img/circle.png');
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	margin-top: 10px;
}
.line{
	height: 30px;
	width: 9999px;
	position: absolute;
	top: 5px;
	left: 28px;
	background: url('../img/line.png') repeat-x;
}