html, body {
	font-family: Arial, sans-serif;
	text-align: center;
	overflow-y: auto;
	background-color: #61482d;
	background-image: url(../pictures/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center; 
	margin: 0px;
	vertical-align: middle;
}

.centercontent{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 676px;
  height: 590px;
  margin-left: -338px;
  margin-top: -295px;
  }

.dragon {
  background-image: url(../pictures/dragon.gif);
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  width: 676px;
  height: 45px;
}

.divid {
  width: 676px;
  height: 6px;
  float: left;
  }

a:link{
color: #cccccc;
font-size: 11px;
font-weight: normal;	
text-decoration : none;
text-shadow:black 3px 2px;
}

a:visited{
color :#bbbbbb;
font-size: 11px;
font-weight : normal;	
text-decoration : none;
}

a:hover{
color :#ffffff;
font-size: 11px;
font-weight : normal;	
text-decoration : none;
}