body {
        font: 75%/150% "geneva", Tahoma, Arial;
        color: #ccc;
				background-color: #c00000;
        margin: 0;
        padding: 0 0 20px;
				text-align: center;
				margi
}

#container {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #000 url(../images/cyst.jpg) no-repeat;
}
#header {
	width: 100%;
	height: 100px;
	text-align: left;
	padding: 20px 20px 0px 20px;
}

#LP {
	text-align: left;
	width: 100%;
	height: 100%;
	min-height: 600px;
	margin: 20px 20px 0px 20px;
}

#notice {
	text-align: left;
	width: 50%;
	margin: 20px 20px 0px 20px;
	font-size: 14pt;
}

