html {

}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-align: center;

}

div#container {
	position: absolute;
	top: 30px;
	width: 900px;
	left: 50%;
	margin: 0 0 0 -450px;
	height: 500px;
}

div#text {
display: none;
visibility: hidden;
}


