.norepeat {
	background-repeat: no-repeat;
}

body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}

.outer {
	position: absolute;
	left: 50%;
	top: 25%;
	width: 700px;
	height: 400px;
	margin-left: -350px;
	margin-top: -100px;
}

#content {
	position:absolute;
	left:50%;
	top:25%;
	width:570px;
	height:315px;
/*	overflow-y: scroll; */
/*	overflow-x: hidden; */
	margin-left: -210px;
	margin-top: 0px;
	clip: rect(0,550,300,0);
	/*	scrollbar-dark-shadow-color: #333333;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;*/
	border: thin none #FFFFFF;
	overflow: visible;
}

a:link {
	color: #CCCCCC
}     /* unvisited link */
a:visited {
	color: #CCCCCC
}  /* visited link */
a:hover {
	color: #FFFFFF
}   /* mouse over link */
a:active {
	color: #FFFFFF
}   /* selected link */ 

