body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BDBDBD;
}
#index{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	margin: 0px;
	border: none;

}
.info {
	color: #333333;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.robot {
	color: #666666;
	font-size: 11px;
}
iframe {
	background-image: url(images/content.jpg);
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	margin: 0px;
	height: 427px;
	width: 397px;
	clip: rect(0px,0px,0px,0px);
}

