body {
	background-color: #009ee3;
}

.header {
	text-align: center;
	margin-bottom: 25px;
}

.header img {
	width: 100%;
}

.logo-box {
	background-color: #fff;
	width: 330px;
	margin: 0px auto 50px auto;
}

.header .claim h1 {
	font: bold 30px/1.2em  Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.copy h2 {
	font: bold 25px/1.5em  Helvetica, Arial, sans-serif;
}

.copy {
	font: normal 18px/1.5em  Helvetica, Arial, sans-serif;
	color: #009ee3;
	padding: 40px 0;
	text-align: justify;
}

.wrapper {
	width: 100%;
	background-color:  #fff;
	background-image: url('../img/web-bg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.copy ul {
	margin: 0;
}

.copy li {
	font: normal 12px/1.5em  Helvetica, Arial, sans-serif;
	list-style-type: none;
	list-style-position: inside;
	background-color: #009ee3;
	margin: 0;
	padding: 5px;
	color: #fff;
	width: intrinsic;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}