html{
	margin: 0;
	padding:0;
	height:100%;
}

body {
	background-image: url("../images/patroon_jal.jpg");
	margin: 0;
	padding:0;
	height:100%;
	color: #ff0000;
	background-color: #ffffff;
}

h2{
	font-size: 14px;
	font-family:"Arial";
	color: #00437A;
}

fieldset {
	border: 0;
	width: 40%;
	margin-left: 2%;
}

label {
	float: left;
	width: 30%;
	padding-right: 1em;
	margin-left: 15%;
}
input {
	display: block;
	width: 30%
}
button {
	display: block;
	margin: auto;
	margin-top: 1em;
}

#container {
   min-height:100%;
   position:relative;
}

#jal_head{
	z-index:2;
	width: 975px;
	height: 225px;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url("../images/jal_header.jpg");
}
#menu{ 
	list-style: none;
	z-index:1;
	position:relative;
	top:+130px;
	left:+152px;
	margin:0;
	padding:0;
}
.menu_buttons{
	float:left;
	display: block;
	width: 195px;
	height: 40px;
	background-repeat: no-repeat;
}
#button1{

	background-image: url("../images/jal_menu1_0.jpg");
}
#button1:hover{
	background-image: url("../images/jal_menu1_1.jpg");
}
#button2{

	background-image: url("../images/jal_menu2_0.jpg");
}
#button2:hover{
	background-image: url("../images/jal_menu2_1.jpg");
}
#button3{

	background-image: url("../images/jal_menu3_0.jpg");
}
#button3:hover{
	background-image: url("../images/jal_menu3_1.jpg");
}
#button4{

	background-image: url("../images/jal_menu4_0.jpg");
}
#button4:hover{
	background-image: url("../images/jal_menu4_1.jpg");
}

#jal_foot{
	z-index:2;
	position:absolute;
	width: 975px;
	height:195px;   /* Height of the footer */
	margin: auto;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url("../images/jal_footer.jpg");
}

#socmedgmaps{
	z-index:1;
	position:relative;
	top:-10px;
	left:+520px;
	margin:0;
	padding:0;
}
#socmed_mail{
	z-index:1;
	position:relative;
	width: 96px;
	top:+101px;
	left:+115px;
	margin:0;
	padding:0;
}
#socmed{
	list-style: none;
	z-index:1;
	position:relative;
	width: 96px;
	top:+106px;
	left:+405px;
	margin:0;
	padding:0;
}
.socmed_buttons{
	float:left;
	display: block;
	width: 32px;
	height: 32px;
}
#jal_body_container{
	width: 975px;
	margin: auto;
	color: black;
	background-color: white;
	height:+250px; ////not compulsory to provide min-height BUT DO NOT PROVIDE 
}
#jal_content{
	position:relative;
	top:+30px;
	left:+50px;
	font-family:"Arial";
	font-size: 14px;
	color: #717173;
}
#jal_content2{
	position:relative;
	top:+31px;
	left:+50px;
	font-family:"Arial";
	font-size: 14px;
	color: #717173;
}
#jal_content_right{
	position:relative;
	width: 206px;
	left:+664px;
	top:-136px;
	font-family:"Arial";
	font-size: 14px;
	color: #717173;
	height: 10px;
}
#jal_content_right2{
	position:relative;
	width: 236px;
	left:+664px;
	top:-57px;
	font-family:"Arial";
	font-size: 14px;
	color: #717173;
	height: 10px;
}
#jal_but_2{
	position:relative;
	left:+346px;
}