* {
	margin: 0px;
	width: auto;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-family: calibri, arial, sans-serif;
}

a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p{	margin: 20px 0px 20px 0px;line-height: 16px;font-size: 16px;}
h1{ margin: 5px 0px 5px 0px;line-height: 16px;font-size: 16px;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#body_wrapper {
	margin: 0px auto;
	width: 100%;
	background: url('images/background.jpg') no-repeat;
}

#header{
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: url(gmb_logo_diap_trans.png) no-repeat;
	background-color: #009EE2;
	background-size: 220px, contain;
}

#headertextbox{
	height: 100px;
	width: 100%;
	padding-left: 100px;
	padding-top: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	transition: text-shadow 0.3s ease-in-out;
}

#headertextbox:hover {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#menu {
	width: 275px;
	margin: 0px auto;
	float: left;
}

#main {
	max-width: 800px;
	padding-left: 11px;
	margin: 10px 10px auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
}

#footer {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	float: left;
}

.button {
  background-color: white; /* White */
  border: 0px solid #009EE2;
  width: 275px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 0px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background: rgba(0,158,226,0.1);
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
}

.button1:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.button2 {
  background: rgba(0,158,226,0.1);
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
}

.button2:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.button3 {
  background: rgba(0,158,226,0.1);
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
}

.button3:hover {
  background-color: #009EE2;
  color: white;
  opacity: 1;
}

.button4 {
  background-color: white; 
  color: black; 
  border-left: 1px solid #009EE2;
  border-right: 1px solid #009EE2;
  padding-bottom: 300px;
}

.button4:hover {
  background-color: white;
  color: white;
}