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

html, body {
    height: 100%;
    overflow: hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
#page_content{
    height: 100%;
}