body {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12pt;
	background-image: url(bg.gif);
}

#main {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	position: relative;
}

#text {
	text-align: left;
	width: 320px;
	font-size: 90%;
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	margin-top: 30px;
	height: auto;
	float: left;
	left: 180px;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

#cover {
	float: right;
	width: 320px;
	background: url(title.png) repeat-y;
	right: 160px;
	z-index: 2;
	position: relative;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	height: 1000px;
	vertical-align: text-bottom;
}

#text span {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

h1 {
	color: #31003b;
	font: bold 200% Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	padding-top: 10px;
}

h2 {
	font-size: 120%;
	color: #bfac9e;
	z-index: 3;
	position: static;
	margin-top: 0;
	text-align: center;
	height: 500px;
	padding-top: 5px;
	background: url(h2.png) no-repeat;
}

a,a:hover {
	color: #1e1e1e;
	text-decoration: none;
}

* html #cover,h2 { behavior: expression(IEPNGFIX.fix(this)); }

#footer {
	clear: both;
}