html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#logo{
	background: url(logodebugger.png) no-repeat;
	width:		240px;
	height:		33px;
	position:	absolute;;
	right: 		0;
}

.debug-main {
    height:     100% !important;
}

#domtree {
    height:     400px;
}

#propgrid {
    height:     400px;
}
