body,html,#wrapper,h1,h2,h3,h4,p,a,ul,li,a,span,div,table,td,tr,th,dd,dl,dt { margin:0px; padding:0px; border: 0; list-style: none; } 

body {
  background-color: #000;
} 
::selection { 
  background-color: deeppink; 
  color: #fff; 
}
::-moz-selection { 
  background-color: deeppink;  
  color: #fff; 
}
::-webkit-selection { 
  background-color: deeppink;
  color: #fff; 
}

#wrapper { 
  position:relative; 
  width:990px;  
  margin: 0 auto; 
  background-color: #000; 
  margin-top:50px;
  padding: 20px;  
  border-radius:5px; 
  -mos-border-radius:5px; 
  -webkit-border-radius:5px;
}

h1 {
  font-family:"Times New Roman", Times, serif; 
  color: #181818;
  text-align: center;
  text-indent: -9999px;
  height: 480px;
  background: url('mwp.jpg') no-repeat top center;
}

p {
  font-family: arial;
  text-align: center;
  font-size: 14px;
  color: #181818;
  padding-top: 20px;
}

ul { 
  text-align: center;
}

ul li a { 
  color: #181818; 
  text-decoration: none; 
}

ul li a:hover { 
  text-decoration: underline; 
}

