
/*
Code is simplified version of css frames by Roger Johansson
http://www.456bereastreet.com/lab/cssframes/
*/

body,html{
 margin:50;
 padding:0;
}

body {
 min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
 position:absolute;
 width:100%;
 top:0;
 left:0;
 height:0.5cm;
 background: white ;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}


/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:0cm 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-top:1cm ;
        margin-left:0;
	padding: 0 ;
}

