body {

	font-size: 12px;
	background: #fff;
	width:		100%;
	height:		100%;					
	padding:	0;
	margin:		0;
	overflow:	auto;
}

	#container {
		min-height:	300px;
		min-width:	600px;
		position:	absolute;
		top:		50px;	/* margins in pixels */
		bottom:		50px;	/* could also use a percent */
		left:		50px;
		right:		50px;
		border:		4px solid #4b4b4b;
	}
	.pane {
		display:	none;
	}