*{
        margin: 0;
        padding: 0;
        border: 0;
}
 html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#ceffbf url('./img/bg.png') top left repeat-x;
}
 body {
  margin:0;
  padding:0;
  height:auto !important;
  height:100%;
  min-height:100%;
  background:transparent;
font-family: Tahoma;
color: #103665;
font-size:14px;
}
a, a:visited{
	color:#103665;
	text-decoration:underline;
}

a:hover{
	color: #103665;
	text-decoration:none
}

div#bulletin{

	position:absolute;
	top:50%;
	left:50%;
	margin-top: -333px;
	margin-left: -281px;
	height:667px;
	width:562px;
	z-index:5;

}

div#splash{

	position:absolute;
	top:40%;
	left:50%;
	margin-top: -140px;
	margin-left: -478px;
	height:281px;
	width:953px;
	z-index:6;
}

div#button{

	position:absolute;
	top:50%;
	left:50%;
	margin-top: 90px;
	margin-left: -240px;
	height:101px;
	width:323px;
	z-index:7;
}

div#counters{
	position: absolute;
	bottom: 5px;
	right:5px;
	width: 180px;
	height: 32px;
	z-index:10;
	
}

div#splash2{

	position:absolute;
	top:50%;
	left:50%;
	height:575px;
	width:952px;
	margin-left: -476px;
	margin-top: -288px;
	z-index:6;
}

div#text{

	position:absolute;
	top:50%;
	left:50%;
	margin-top: -100px;
	margin-left: -175px;
	height:300px;
	width:350px;
	z-index:7;
}

#text strong {color: #8e1c01; font-size:26px}
#text textarea {border:1px solid #103665; width:100%; font-family: 'Courier new'; font-size:11px; height:150px}