body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#container {
	width:800px;
	margin:0 auto;
}
#code {
	height:230px;
	width:580px;
}
#rendered {
	width:800px;
	height:450px;
	border:1px solid black;
}
#sidebar {
	float:right;
	width:200px;
	border:1px solid silver;
	background-color:#fffee0;
	padding:5px;
	height:220px;
	font-size:11px;
	line-height:15px;
}
#footer {
	text-align:center;
	font-size:9px;
}
#footer a {
	color:#ff8040;
}
