@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
iframe {
	height:675px;
	width:1200px;
}
a {
	color:#FF0000;
	text-decoration:none;
}
#hidden {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px
}
#wrapper {
	width:100%;
}
#content {
	height:675px;
	width:1200px;
	margin: 0 auto 0 auto;
	background-image: url(../IMAGES/Spheres-72dpi_02.jpg);
}