@charset "utf-8";
/* CSS Document */
body{
background-color:#231f20;
}
#div{
width:980px;
height:314px;
background-image:url(logo.png);
background-repeat:no-repeat;
background-position:center;
}

