body {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('./bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:right top;
	/*text-align: center;*/
	background-color: #000000;	
}

#release
{
	margin-top: 50px;	
	margin-bottom: 50px;
}

#content
{
	width: 500px;
	margin-top: 100px;
	color: #EEEEEE;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-left: 50px;
	text-align: center;
	padding-bottom: 40px;
}

a, a:visited, a:active, a:link
{
	color: #bf5c65;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #ffffff;
}


#releaseinfo
{
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	color: #CCBBBB;
	font-family:"Courier New", Courier, monospace;
}

#releaseinfo b
{
	color: #ffffff;
}

#nlx
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-align:right;
}

#navi
{
	position: absolute;
	left: 650px;
	top: 370px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
}

#navi a
{
	color: #eeeeee;
}

#navi ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
}
