@charset "utf-8";
/* CSS Document */

body {
background-color:#181818;
margin-top:0px;
margin-bottom:auto;
}

#container {
margin-left:auto;
margin-right:auto;
width:1025px;
height:auto;
}

#main {
width:1024px;
height:860px;
background-color:#e0e0e0;
}

#header {
background-image:url(imgs/header.jpg);
width:1024px;
height:313px;
margin-top:0px;
}

#menu {
width:580px;
height:40px;
margin-right:20px;
margin-top:10px;
float:right;
}

#content {
width:580px;
height:auto;
margin-right:20px;
float:right;
}
