body {
	background-attachment: fixed;
	background-image: url(../gfx/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}
#footer {
	height: 100px;
	display: block;
}

#splash {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background-color : black;
  padding : 0;
  margin : 0;
  filter:alpha(opacity=80);
  -moz-opacity:0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  text-align : center;
}

#splash2 {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  padding : 200px 0px 0px 0px;
  margin : 0;
  text-align : center;
}
