@charset "utf-8";
/* CSS Document */

#content {
	margin:30px auto;
	width:888px;
	height:455px;
	background:url(../images/content-bg.png);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	-o-border-radius:8px;
	position:relative;
	behavior:url(js/ie-css3.htc);
}
