BODY 
{
	margin: 0;
	padding: 0;
	font-size: 87%;
	background: #b34b54 url(../images/pattern_talent.png) repeat;
	font-family: sans-serif;
}

#movie 
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* @group Ouput Panel */

#output 
{
/*	position: absolute;
	border-top: solid 1px #000;
	padding: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	height:150px;
	overflow: auto;
	background-color: #f8f8f8;
	font-family: "Monaco", monospace;
	color: #565656;
	font-size: 9pt;
*/
	display:none;
}

#noscript 
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 100px;
	height: 1850px;
	background: #FFF url(../../resources/images/noscript_logo.png) no-repeat 0 30px;
}

.noflash {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 100px;
	height: 350px;
	background: #FFF url(../../resources/images/noscript_logo.png) no-repeat 0 30px;
}


#noscript H1, #noflash H1{
	font-size: 1em;
	color: #ed6d83;
	margin-top: 3em;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	list-style-type:none;
}
.bodytext
{
	float: right;
	width: 560px;
}

.alert
{
	font-size: 1.5em;
	font-weight: bold;
	color: #ae1311;
}


DIV.testLink{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	font-family: sans-serif;
}

DIV.testLink A {
	color: #FFF;
	text-decoration: none;
}
#utility{
	display:none;
}
a,a:active,a:link{
	font-weight: bold;
	color: #e28792;
}
a:visited{
	color: #6594de;	
}
a:hover{
	color: #c17982;
}
#output DIV 
{
/*	padding: 3px;*/
}

/* @end */