@charset "utf-8";
/* CSS Document */

#wrapper {
	width:900px;
	margin:0 auto;
	padding:0;
}
#contentwrapper {
	background:#fff;
	border:1px solid #ddd;
	border-top:none;
	padding:5px;
	margin:0;
	position:relative;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	[if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}