/* ie only styles */
/* commented backslash hack v2 \*/ 
* html body{height:100%;} 
/* end hack */ 

* html body {
  background-color: navy;
  margin:65px 0 5px 0;
  padding: 0;
 overflow:hidden;
 text-align:center; 
}
* html #wrapper{
	/*width:600px;*/
	width:750px;
	height:100%;
} 
* html #top {
  background-color: white;
  color: navy;
  position: absolute;
  left:auto;  
  top: 0;
  width:100%;
  padding: 0;
  height: 60px;
  border: 2px solid red;}
 
* html .content {
  background-color: white;
background-image: url(../images/whiteyellowbkg86.jpg);
  color: navy;
  padding:0 10px;
  border: 2px solid green;
  overflow:auto;
  height:100%;
}
 
* html #bottom {
  background-color:white;
  color:navy;
  position: absolute;
  bottom:0;
  left:50%;
  /*margin-left:-300px;*/
  margin-left:-375px;
  width:100%;
  height:25px;
  border:2px solid purple;
}
/* mozilla styles below */
html>body {
  background-color: navy;
  margin: 0;
  padding: 0;
  height: 100%;
	/*min-width:600px;*/
	min-width:750px;
}
 
html>body #top {
  background-color: white;
  color: navy;
  position: fixed;
  /*width:600px;*/  
  width:750px;
  left: 50%;
  /*margin-left:-300px;*/
  margin-left:-375px;  
  top: 0;
  padding: 0;
  height: 65px;
  border: 2px solid red;}
 
html>body .content {
  background-color: white;
background-image: url(../images/whiteyellowbkg86.jpg);
  color: navy;
  position: fixed;
  top: 70px;
  /*width:600px;*/  
  width:750px;
  left: 50%;
  /*margin-left:-300px;*/
  margin-left:-375px;  
  bottom:5px;
  padding:0;
  border: 2px solid green;
  overflow:auto;
}

html>body #bottom {
  background-color: white;
  color: navy;
  position: fixed;
  bottom: 0;
  /*width:600px;*/  
  width:750px;  
  left: 50%;
  /*margin-left:-300px;*/
  margin-left:-375px;  
  height: 30px;
}

#top, #bottom{background:#ffffcc}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

embed.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
