﻿* {
  margin: 0;
  padding: 0;
}


#outercontainer {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  padding: 0px;
  width: 100%;
  height: 625px;
  overflow: hidden;
}
		

#outercontainer[id] {
  display: table; 
  position: static;
  overflow: hidden;
}
		
		
#middlecontainer {
  position: absolute; 
  top: 50%;
} /* for adaptive (quirk) explorer only*/
		

#middlecontainer[id] {
  display: table-cell; 
  vertical-align: middle; 
  width: 100%; 
  position: static;
}
		
		
#innercontainer {
  margin: 0 auto;
  width: 800px;
  height: 600px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid black; 
  position: relative; 
  border: 1px solid #000000;
  box-shadow: 5px 5px 10px 2px #000000;
  -moz-box-shadow: 5px 5px 10px 2px #000000;
  -webkit-box-shadow: 5px 5px 10px 2px #000000;
  top: -50%;
} /* for adaptive (quirk) explorer only */


#innercontainer[id] {
position: static;
}
		

#header { 
  position: relative;
  top: 0px;
  width: 100%;
  height: 170px;
  overflow: hidden;
}


#main {
  background-image: url(../images/jmmd-symbol.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  width: 100%;
  height: 390px;
  margin: 0px auto;
  overflow: auto;
}


#footer {
  position: relative;
  top: 0px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 0px auto;
}
