* {
	padding: 0px;
	margin: 0px;
}

body, h1 {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #AA0022;
	background-color: #cc8833;
	text-align: center;
	margin: 0px;
}
#content {
	background-image: url(img/back.jpg);
	display: block;
	position: absolute;
	overflow: hidden;
	background-color: #000000;
	margin-right: 25%;
	width: 950px;
	height: 570px;
	left: 48%;
	margin-top: 10px;
	margin-left: -475px;
	border-radius: 30px;
	border:10px solid #000000;
}
#text {
	display: none;
	position: absolute;
	width: 900px;
	text-align: center;
}
