* {
  margin: 0px;
  padding: 0px;
	border: none; 
}

html { 
  margin:0px; 
  height:100%; 
  width:100%;
}

body {
  margin:0px;
  background-color:#000;
  color:#414141;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
}

div#animation { margin:auto; width:428px; height:500px; 

}

a        {color:#C0C0C0;text-decoration:none;font-weight:bold;}