body {
	background-color:#999999;
	text-align: center;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: 100;
}

#container {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(img.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	overflow:hidden;

}
#content {

	margin-top: 320px;
	margin-left: 500px;
	width: 300px;
	color: #999999;
	text-align: center;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: 100;
	
}

a:link {
	text-decoration: none;
	color:  #666666;
}
a:active{
	color:  #666666;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color:  #FFFFFF;
}
