/* CSS Document */

html{
	background-color: #3fb4e5;
}
#container{

}

#head{
  text-align: center;
  width: 100%;
}
#body {
  text-align: center;
  width: 100%;
}
.col3{
  display: inline;
}
.col3 a:hover{
  opacity: 0.9;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
#menu {
	margin-top: -5px;
    max-width: 100%;
    height: auto;
    width: 700px; /* ie8 */
	display: inline;
	text-align: center;
}

.button{
	max-width: 180px;
}
#video4img{
	position: relative;
	top: -22px;
}
#footer {
	margin-top: 100px;
	background-color: white;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	padding: 20px 0px 0px 0px;
}

#footer img{
	height: 100px;
	max-width: 280px;
	display: inline-block;
}

#footer p {
	display: inline-block;
	max-width: 280px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	font-size: 14px;
	vertical-align: top;
	padding: 15px 0px;
}