@charset "UTF-8";
/* CSS Document */

body {
	text-align: left;
	background-color: #000000;
}

a:link{color: #cc9966;
		text-decoration: none;}
a:visited{color: #990033;
		text-decoration: underline;}
a:hover{color: #ffffff;
		text-decoration: none;}
a:active{color: #006633;
		text-decoration: none;}

#main {position: absolute;
  margin: 0 auto;
  width: 465px;
  height: 1000px;
  top: 0px;
  left: 50%;
  margin-left: -250px;
  text-align: left;
  }

#header {position: absolute;
  width: 465px;
  height: 161px;
  top: 0px;
  }
  
 #naughtypaw {position: absolute;
  width: 465px;
  height: 62px;
  top: 180px;
  }
  
  #naughtypawtext {position: absolute;
  width: 465px;
  height: 20px;
  top: 250px;
  font-family: Helvetica;
	font-size: 12px;
	line-height: 14px;
  text-align: center;
  }
  
  #chehalem {position: absolute;
  width: 465px;
  height: 20px;
  top: 280px;
  font-family: Helvetica;
	font-size: 12px;
	line-height: 14px;
  text-align: center;
  }
  
  #samoyeds {position: absolute;
  width: 465px;
  height: 20px;
  top: 310px;
  font-family: Helvetica;
	font-size: 12px;
	line-height: 14px;
  text-align: center;
  }
  
  #dk {position: absolute;
  width: 465px;
  height: 168px;
  top: 340px;
  }
  
  #dktext {position: absolute;
  width: 465px;
  height: 20px;
  top: 516px;
  font-family: Helvetica;
	font-size: 12px;
	line-height: 14px;
  text-align: center;
  }
  
#copyright {position: absolute;
	width: 465px;
	height: 50px;
	top: 700px;
	font-family: Helvetica;
	font-size: 9px;
	text-align: center;
	color: #990033;}
	
.divider {color: #006633;}

