@charset "utf-8";
/* CSS Document */
body {
background-color: #000;
margin: 0;
}
#container {
width:1000px;
margin:auto;
}
#footer {
color:#fff;
text-align:center;
font-size:10px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:30px;
}