/* CSS Document */

body {
background-image: url('img/bg.jpg');
background-repeat: repeat;
margin: 0px;
}

.header {
width: 706px;
height: 60px;
background-image: url('img/header.png');
background-repeat: no-repeat;
}

.content {
width: 739px;
height: 911px;
background-image: url('img/content.png');
background-repeat: no-repeat;
}