body
{
	background-image:url(gfx/back.png);
	padding:0px;
	margin:0px;
}

.back_vertical
{
	width:100%;
	height:712px;
	background-image:url(gfx/vertical.png);
	background-repeat:repeat-x;
	position:absolute;
}

.back_illus
{
	width:510px;
	height:712px;
	background-image:url(gfx/illus.png);
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin-left:-620px;
}
.flash
{
	width:800px;
	height:350px;
	background-color:#555;
	border:2px solid #000;
	position:absolute;
	left:50%;
	margin-left:-313px;
	top:170px;
}

.version
{
	position:absolute;
	left:50%;
	margin-left:-200px;
	top:120px;
}

.contact
{
	position:absolute;
	top:521px;
	text-align:right;
	right:50%;
	margin-right:-491px;
}
.contact a
{
	color:#323;
	text-decoration:none;
}

.contact a:hover
{
	text-decoration:underline;
}
