
*
{
	color: #eeeeee;
	font-family: "Helvetica Neue", Arial;
	font-size: 25px;
	line-height: 30pt;
}

body 
{
	margin				: 50px
	color				: #000;
	background-color	: #000;
	overflow-x			: hidden;
}

li a { text-decoration:none; }
strong { color: #D99CC6; font-weight: normal; }
ul { list-style-type: none; }
#punch { color: #FD13FD; }

input, textarea
{ 
	background-color	: #000;
	width				: 750px;
	font-size: 15px;
	line-height: 20pt;
}
#admin
{
	position			: absolute;
	top					: 65px;
	left				: 65px;
	width				: 600px;
	height				: 500px;
}

.error
{
    color: red;
    font-weight: bold;    
}

#horizon
{
	display				: block
	overflow			: visible;
	text-align			: center;
	visibility			: visible;

	position			: absolute;

	top					: 50%;
	left				: 0px;
	width				: 100%;
	height				: 1px;
}

#left-content
{
/*	margin-left			: 10px;*/
	text-align			: left;
	visibility			: visible;
	z-index				: 20;
	background-color	: transparent;
	position			: absolute;

	top					: -182px;
/*	left				: 50%;*/
	width				: 650px;
/*	height				: 500px;*/
}

#right-content
{
/*	margin-right		: 10px;*/
	margin-right		: -100px;
	visibility			: visible;
	
	position			: absolute;

	top					: -250px;
/*	left				: 60%;*/
	right				: 100px;
	width				: 500px;
	height				: 500px;

	background-color	: #000000;
}
