body {
  font: normal 85% Verdana, Arial, Helvetica, sans-serif;
  background:#111;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center; /* centering hack 1/2 */
}

#banner {
  position:relative;
  display:block;
  background: transparent url('../i/border.gif') repeat-x 0px 80px;
  border:0;
  margin:0 auto 5px auto;
  padding:0;
  text-align:center;
  width:770px;
  height:120px;
}

#bText {
	position:absolute;
	color:#ddd;
	top:40px;
	left:0;
}

#bText h2 {
	font-size:32px;
	margin:0;
	padding:0;
}

#bImg {
	display:none;
	posititon:absolute;
	top:0;
	left:700px;
	float:right;
}

#bImg:hover {
	cursor:move;
}

#collage {
	position:relative;
	margin:0 auto;
	width:770px;
	height:610px;
}

#collage img {
	position:absolute;
	border:0;
}

#collage #img1 {
	top:0px;
	left:0px;
}

#collage #img2 {
	top:0px;
	left:40px;
}

#collage #img3 {
	top:355px;
	left:5px;
}

#collage #img4 {
	top:355px;
	left:204px;
}

#collage #img5 {
	top:481px;
	left:202px;
}

#collage #img6 {
	top:0px;
	left:408px;
}

#collage #img7 {
	top:0px;
	left:450px;
}

#collage #img8 {
	top:10px;
	left:10px;
}

#collage #registration {
	position:absolute;
	border:5px solid green;
	top:420px;
	left:420px;
	width:340px;
	height:170px;
	color:#fff;
	font-size:11px;
}

#collage #regyistration:hover {
	text-decoration:underline;
	border:5px solid yellow;
	cursor:pointer;
}

#collage #registration span {
	display:block;
	text-align:left;
	padding:2px;
	margin-left:10px;
}

#collage #date {
	font-size:16px;
	color:#fff;
	top:20px;
	left:200px;
}

#collage #reg {
	font-size:16px;
	color:#fff;
	top:50px;
	left:220px;
}

#collage #click {
	font-size:20px;
	color:yellow;
	top:110px;
	left:212px;
}

#links {
	position:relative;
	margin:0 auto;
	width:630px;
}

#links a {
	height:40px;
	color:yellow;
	padding:0 15px;
	text-decoration:none;
}

#links a:hover {
	text-decoration:underline;
	font-style:italic;
	color:#9f9;
}


#footer {
	display:block;
	clear:both;
	bottom:0;
	padding:0;
	padding:30px 0 5px 0;
	font-size:11px;
	color:#fff;
	text-align:center;
}

#footer p {
	margin:0;
	padding:0;
}

#footer p a {
	font-size:9px;
	color:#fff;
}


