/* CSS Document */

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

body {
background-color: #000;
}

#container {
width: 100%;
text-align: center;
}