/* CSS Document */

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

body {
background-color:#000000;
}

#wrapper {
margin:0px auto;
width:100%px;
text-align:center;
}
