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

body{
background-color: #fff;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-position: left;
height: 76px;
}