/* basics */
*
{
	padding						: 0;
	margin						: 0;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	color							: #000000;
	font-size					: 11px;
}

html, body 
{
	width							: 100%;
	height						: 100%;
	background-color	: #000000;
}

a:link,
a:visited,
a:active
{
	color							: #000000;
	text-decoration 	: none;
	font-weight				: bold;
}

a:hover
{
	text-decoration 	: underline;
}

a img
{
	border						: 0;
}

div.clear
{
	clear							: both;
}

*.right
{
	float							: right;
}

p
{
	margin						: 0 0 15px 0;
}

div#flash-holder
{
	position					: absolute;
	top								: 50%;
	height						: 550px;
	margin-top				: -275px;
	left							: 50%;
	width							: 880px;
	margin-left				: -440px;
}

div#editor-holder
{
	position					: absolute;
	top								: 50%;
	height						: 550px;
	margin-top				: -275px;
	left							: 50%;
	width							: 880px;
	margin-left				: -440px;
}

div#noflash-holder
{
	position					: absolute;
	top								: 50%;
	height						: 389px;
	margin-top				: -194.5px;
	left							: 50%;
	width							: 484px;
	margin-left				: -242px;
}