@charset "utf-8";
/* CSS Document */

html, body, #container, #container {
    height: 100%;
	width: 100%;
    }
body {
    background: #D8DCDD;
    font: 76% Arial, sans-serif;
	color: #333333;
    margin:0; 
	padding:0; 
	overflow:hidden;                
    }
#content {
    height: 100%;
	width: 100%;
	position: absolute;
    }