/* CSS Document */
html {
height:100%;
}
body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	background-color:#000000
}
#height {
	display: block;
	position: absolute;
	top: 48%;
	left: 50%;
}
#center {
	height: 480px;
	width: 600px;
	border:thin solid #000000;
	background-image:url(17092010.jpg);
	background-position: center center;
	background-repeat: no-repeat;

}

#text {
	height: auto;
	width: 600px;
	border:thin solid #000000;
}

a  {
color:#0099FF;
}