/* CSS Document */



body {	



	background-color: #000000;



	color: #FFFFFF;



	font-family: sans-serif;



	margin: 0px 0px 0px 0px;



}



a:link {

	

	color: #CCCCFF;

	text-decoration: none;

}

a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}



a:visited {
	color: #CCCCFF;

	text-decoration: none;

}

a:visited:hover {
	color:#FFFFFF;
	text-decoration: underline;
}




div#main {



	background: url(willing_back.jpg) no-repeat top center;



	width: 800px;



	min-height: 770px;



	background-color: #333333;



}







div#main div#header {



	position: absolute;



	top: 100px;



	left: 150px;



}







div#main div#header div#content {



	position:relative;



	width: 600px;



	min-height: 564px;



	border: 3px solid #222222;



	padding: 25px 25px 25px 25px;



	/*background: url(content_back.gif) repeat-y left;*/



	font-size: 10pt;



}

/* for IE */
/*\*/
* html div#main div#header div#content {

	height: 564px;

}
/**/








div.headline {



	position: relative;



	width: 100%;



	background-color: #222222;



	font-size: 10pt;



	font-variant: small-caps;



	letter-spacing: 5px;



	text-align: right;



}







div.credits {



	font-size: 10pt;



	font-variant: small-caps;



	text-align:center;



}



	



	



