body {
background: #000;
margin: 16px 0;
background: url("img/bg.jpg") no-repeat center center;*/
}

#wrap {
margin: 0 auto;
width: 784px;
background: red;
}

#header {
background: url("img/header.png") no-repeat top center;
height: 128px;
width: 784px;
}

#logo {
background: url("img/logo.png") no-repeat top center;
width: 158px;
height: 53px;
padding-bottom: 32px;
}

#footer {
float: left;
width: 656px;
background: #4D4D4D;
padding: 16px 64px;
color: #CCC;
}

#footer ul {
list-style: none;
float: left;
margin-right: 64px;
}

.inside {
padding: 64px 64px 32px 64px;
background: #FFF;
}

ul {
list-style-image: url('img/bullet.png');
margin-left: -20px;
}

li {
font-family: 'PT Sans', sans-serif;
font-size: 12px;
}