body
{
	background:url(text.bmp);
	background-color:black;
	background-repeat:repeat;
	font: 10px/160% Verdana;	
}


#container
{
	/*position:absolute;
	
	top: 50px;*/
	background:url(name.png);
	background-repeat:no-repeat;
	margin-right : auto;
	margin-left : auto;
	margin-top :  20px;
	/*position:absolute;
	left: 50%;
	top: 50%;*/
	width: 840px;
	height: 540px;
	padding: 30px;
	/*margin-top: -330px;
	margin-left: -450px;*/
	/*border:solid #555555 1px;*/
	
}


#footer
{
	/*position:absolute;
	left: 50%;
	top: 50%;
	margin-top: 310px;
	margin-left: -30px;*/
	margin-right : auto;
	margin-left : auto;
	margin-top : 40px;
	text-align: center;
	color:#999999;
}

a
{
	color : #999999;
	text-decoration : none;
}

a:hover
{
	color : #999999;
	text-decoration : none;
	cursor: text;
}

a:visited
{
	color : #999999;
	text-decoration : none;
}




