
body {
	padding:0;
	margin:0;
	background:#444444;	
	color:#333333;
	font-family: Arial;
	font-size:13px;
}

a:link {
	color: #BBFF00;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #88CC00;
}
a:hover {
	text-decoration: underline;
}
img { border:none; }
h1 {
	color:#BBFF00;
	font-weight: bold;
	font-size:28px;
	text-shadow: #000000 3px 3px 10px;
	padding-right:0.5em;
	margin-top:20px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:15px;
}
div#info {
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	width:100%;
	background:#222222;
	border-bottom:#BBFF00 2px solid;
	font-size:12px;
	text-align:right;
	color:#BBFF00;
	-webkit-box-shadow: #000000 -5px 1px 5px;
	-moz-box-shadow: #000000 0px 1px 10px;
	-o-box-shadow: #000000 0px 1px 10px;
	z-index:2;
}
div#contact { 
	float:right;
	margin:10px;
}
div#contactL {
	float:left;
	margin:10px;
}
div#container {
	position: absolute;
	top:0px;
	left:50%;
	width:900px;
	margin-left:-480px;
	padding:30px;
	padding-top:50px;
	padding-bottom:10px;
	background:#767676;
	border:2px #BBFF00 solid;
	border-top:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	/*min-height:50%;*/
}
img#logo {
	margin-left:20px;
	float:left;
	border:none;
}
div#menu {
	float:right;
	margin-top:-5px;
	margin-right:20px;
}
div#text1 {
	position:fixed;
	top:180px;
	margin-left:10px;
	width:850px;
	text-align:justify;
	color:#BBFF00;
}
div#text2 {
	position:fixed;
	top:180px;
	margin-left:10px;
	width:850px;
	text-align:justify;
	color:#BBFF00;
}
div#text3 {
	position:fixed;
	top:180px;
	margin-left:10px;
	width:850px;
	text-align:justify;
	color:#BBFF00;
}
p.allText {
	margin-left:20px;
}
span.catcher {
	display:none;
}
