/* @override http://codefarm.net/css/default.css */

#content {
	height: 500px;
	background: url(http://codefarm.net/images/borke-icon.jpg) no-repeat 20px 20px;
}

#center{
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	margin: 10px;
	position: relative;
	padding: 2em;
	padding-top: .5em;
	width: 500px;
	height: 400px;
	top: 100px;
	left: 225px;
	background-color: rgba(255, 255,255, 0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: "Courier New", Courier, mono;
}

#center h2 {
	color: #3652a8;
}