#textBg {
	width: 415px;
	margin-top: 266px;
	margin-left: 38px;
	position: absolute;
	z-index: 11;
	background-color: #FFFFFF;
}
#top {
	position:fixed;
	top:0px;
	width:100%;
	z-index:7;
	min-width: 980px;
}
#left {
	width: 44%;
	z-index: 8;
	margin-left: 420px;
	position: absolute;
}
#splatterLeft {
	position:fixed;
	z-index:3;
	bottom: 0px;
	width: 294px;
}
#splatterRight {
	position:fixed;
	z-index:2;
	right: 0px;
	bottom: 0px;
}
#text {
	width: 342px;
	line-height: 160%;
	margin-left: 30px;
	margin-bottom: 30px;
	min-height: 500px;
	font-weight: bold;
}
#head  {
	margin-left: 15px;
}
#quote {
	margin-top: 10px;
	margin-left: 55px;
}
#center {
	width: 417px;
}
#logo {
	margin-bottom: 10px;
}
#right {
	width: 18%;
	float: right;
	margin-right: 10px;
}


.roundedText {
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
}

