html, body {
	height: 100%;
}
body 
{
	background-color:#000000;
	color:#fff;
	margin:0px;
	padding:0px;
	font-family:Arial
}

#nebuklama {
	width: 1000px;
	height: 600px;
	text-align: center;
	border: 0px solid #000;
	background-color:#000000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px; 
	margin-top: -300px; 
}

#planeta {
	width: 1000px;
	height: 630px;
	text-align: center;
	border: 0px solid #000;
	background-color:#000000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px; 
	margin-top: -300px; 
}

p {

}

a, a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
a.active 
{
	text-decoration: underline;
}

#content {
	position:absolute;	
	text-align:left;
	width:902px;
	height:560px;
	margin-left:-450px;
	margin-top:-280px;
	left:50%;
	top:50%;
	color:#FFFFFF;
	background-color:#000;	
}

.showC {
	display:
}

.hideC {
	display:none
}

.iframe {
	width:902px;
	background-color:#000;
	height:560px;
}
#keywords
{
	display: none;
}
