* {
padding:0;
margin:0;
}

.top-rect {
  background-color: #FFF;
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  padding-top: 500px;
}

.top-rect:after {
    content: "";
    display: block;
    background: white;
    height: 500px;
    width: 8000px;
    position: absolute;
    z-index: 1;
    bottom: -40%;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background-color: #197dc8;
}

.top-rect img {
  position: absolute;
  top: 60px;
  left: 35%;
  width: 30%;
}

body {
  background-color: #197dc8;
}

.bottom {
	text-align: center;
	font-family: 'Ubuntu Condensed', sans-serif;
	position: absolute;
	top:400px;
	color:#FFF;
	z-index:9;
	width:80%;
	left:10%;
	font-size: 20px;
}

.bottom h1 {
	font-size: 42px;
}

.bottom b {
	font-size: 24px;
}

.bottom a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

.footer {
	background-color:#FFF; 
	position:absolute;
	bottom:0px;
	width:100%;
	height:60px;
	line-height:60px;
	color:#197dc8;
	text-align:center;
}

.footer a {
	text-decoration: none;
	color:#197dc8;
	font-weight: bold;
}