﻿html,  #map {
	width:  100%;
	height: 100%;
}
/*    html {
      overflow: hidden;   hide scrollbars 
    }
*/
body {
	width:  100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7FB8CD;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}