body, html {
	width: 100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	font-family:tahoma,arial,sans-serif;
	font-size:10pt;
	color:#0d711b;
}

#page {
	margin:0px auto;
	width:800px;
	height:100%;
	position:relative;
}

#header {
	position:absolute;
	left:0;
	top:0;
	width:800px;
	height:100px;
	border-left:2px solid #0d711b;
	border-right:2px solid #0d711b;
	border-bottom:2px solid #0d711b;
	background:url('twtquote.png');
	z-index:10;
}

#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:800px;
	height:40px;
	font-size:0.8em;
	text-align:center;
	border-left:2px solid #0d711b;
	border-right:2px solid #0d711b;
	border-top:2px solid #0d711b;
	background:#fff;
	padding-top:10px;
	z-index:10;
}

#content {
	margin:0px auto;
	width:600px;
	height:100%;
	border-left:2px solid #0d711b;
	border-right:2px solid #0d711b;
	z-index:9;
	position:relative;
	padding-top:120px;
}

#status {
	position:absolute;
	left:0;
	top:105px;
	width:600px;
	text-align:center;
}

#menu {
	position:absolute;
	left:1px;
	top:125px;
	width:50px;
	height:200px;
}

.page {
	position:absolute;
	left:53px;
	top:125px;
	width:512px;
	height:512px;
	border:1px solid #0d711b;
	background:#fff;
	padding:5px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	overflow:hidden;
}

#pg_preview {
	overflow:auto;
}

.page textarea {
	width:100%;
	height:100%;
	border:0;
}