*
{
	font-family: Verdana;
	font-size: 16px;
}

html,body
{
	background-color: #000000;
	color: #cccccc;
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	height: 0;
	margin: 10% 0 0 0;
}

a:link, a:visited
{
	color: #0088ff;
	text-decoration: none;
}
a:active
{
	color: #00ffff;
}
a:hover
{
	color: #00bbff;
	text-decoration: underline;
}

.title
{
	text-align: center;
	display:block;
	font-size: 20px;
	font-weight: bold;
	opacity: 0;
}
.title a
{
	color: #0088ff;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

#links
{
	display: table;
	position: absolute;
	left: 5px;
	top: 5px;
	font-weight: bold;
}
#links a, #links h1
{
	padding: 0 10px;
	display: inline;	
}


#details
{
	width: 400px;
	height: 300px;
	margin: 0 auto;
	background: url('bg.png') no-repeat;
	color: #000000;
}
#details2
{
	padding: 30px 0 0 30px;
}
#details2 h2
{
	font-size: 16px;
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
}

#ip, #ip h2, #ip input
{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 340px;
}
#ip input
{
	display: inline;
	background: transparent;
	border: none;
	max-width: 280px;
	min-width: 150px;
}
#isp
{
	max-width: 330px;
}
#textarea
{
	background: transparent;
	color: #444444;
	width: 330px;
	padding: 2px;
	border-style: inset;
}

.sponsors
{
	text-align: center;
	display:block;
	opacity: 0;
}
.sponsors a
{
	margin: 0 5px;
}

#popup
{
	opacity: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: -3;
	background-color: #00aaff;
	color: #000000;
	border-style: solid;
	border-width: 2px;
	border-color: #00ffff;
	padding: 1px 3px 1px 3px;
	font-size: 12px;
}
#popup i
{
	color: #444444;
	font-size: 12px;
}

/* Developers page */
#developers
{
	display: table;
	width: auto;
	margin: 0 auto;
}
#developers input
{
	background: #000000;
	color: #ffffff;
}
#developers input.submit:hover
{
	background: #444444;
	color: #ffffff;
}
.code
{
	background: #333333;
	color: #ffffff;
	padding: 10px;
	max-width: 900px;
}
