body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/background.gif) repeat;
}

p {
	text-align: justify;
}

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

#container {
	text-align: center;
	margin-top: -199px;
	margin-left: 0px;
	position: absolute;
	top: 50%;
	/* removed
	left: 50%;
	width: 369px;
	*/
	width: 100%;
	height: 398px;
	visibility: visible;
}

#top {
	background: url(images/top.png) no-repeat;
	height: 150px;
	background-position: center center;	
}

#midBar {
	background: url(images/bar.png);
	height: 29px;
	margin-top: 0px;
	text-align: center;
	background-repeat: repeat-x;
	position: relative;
}

#bottom {
	background: url(images/bottom.png) no-repeat;
	height: 219px;
	background-position: center center;
}

#hidden {
	visibility: hidden;
	text-align: justify;
}

#hidden2 {
	visibility: hidden;
	text-align: justify;
}