﻿/* CSS Document */

/* hide from ie on mac \*/
html {
  height:100%; 
  max-height:100%; 
  padding:0;
  margin:0; 
  border:0; 
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow:hidden; 
  /* */
}
/* end hide */

/* Framework */
body {
  height:100%; 
  max-height:100%; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  border:0; 
	font: 76% Verdana,Arial, sans-serif;
	background-color: #919296;
}

table {
  height:100%;
  width:100%;
}

div.container {
  	position:relative;
	height:100%;
    width:100%;
}
        	
#content {
 	height:100%;
}

#container {
  width:100%;
  display:block;
  height:100%; 
  max-height:100%;
  
  overflow-y: hidden; 
  overflow-x: hidden;
  position:relative; 
}

#wrapper {
  width:100%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  background-color: #919296;
}


