*{
margin:0;
padding:0;}

html{
height:100%}

body{
background:#f1f1f1;
position:relative;
min-height:100%}

header{
background:#86baea;
height:100px;
padding-top:10px;
padding-bottom:10px;}

section{
font-family:Arial;
font-size:20px;
color:#6d6d6d;
}

button {
background-color: #86BAEA;
border-radius: 8px;
color: white;
padding: 8px 16px;
text-align: center;
font-size: 18px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}

.page{
width:1000px;
margin:0 auto;}

section img{
float:left;
display:block;
margin-right:50px;}

section strong{
font-size:30px;
}

.clear{
clear:both;}

a {
	text-decoration : none;
	color: #3A3A3A;
}

footer{
position:absolute;
bottom:0;
background:#86baea;
width:100%;
text-align:center;
color:#fff;
padding-top:20px;
padding-bottom:20px;
font-family:Arial;
font-size:16px;
}

footer a{
color:#fff;
text-decoration:none;
}

footer a:hover{
text-decoration:underline;
}