/* CSS Document */
body, html {
  margin: 0;
  color: #000;
  background: #000;
  text-align:center;
} 

p {
  font-size: 18px;
  font-family: verdana;
  font-weight: 600;
  text-align: center;
  color: ff0000;
}

a {
	text-decoration: none;
}

a img {
  color: #000;
  outline: none;
  border: none;  
  text-decoration: none;
  font-family: arial;
}

a:hover img { 
  color: #000;
  outline: none;  
  border: none; 
  text-decoration: none;
  font-family: arial;	
}

a:active img {
  color: #000;
  outline: none; 
  border: none;
  text-decoration: none;
  font-family: arial;	
}

#container { 
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 694px;
  cursor: pointer;
  text-align: center;
} 

.copyright {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}