body {
	margin:0;
	padding:10px 50px;
	background:#F1EFE2;
	font-size: 1.4em;
	font-family: georgia, "trebuchet ms", arial, serif;
	
}
h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #345;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
h2 {color: #678;text-align: center;text-shadow: 1px 1px #fff;font-size:1.1em}
a {
	color: #123;
}


#left, #right {
	padding: 5px;
	float:left;
	width: 300px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#left {	
	background: #333;
	height: 200px;
}
#right {
	background: #E69B00; 
	margin-left: 10px;
	min-height: 200px;
}

[contenteditable] {outline: none;}