body {
margin: 0;
padding: 0;
background-image:url(background.png);
background-repeat: repeat;
}

a {
font-size: 14px;
text-decoration: none;
color: #666;
}
h1 {
font-size: 25px;
text-decoration: underline;
color: #000;
}
h2{
font-size: 20px;
text-decoration: none;
color: #666;
}
h3 {
font-size: 18px;
text-decoration: none;
color: #777;
}

@font-face {
    font-family: 'LinuxLibertine';
    src: url('linlibertine_r-webfont.woff') format('woff');
    src: url('linlibertine_r-webfont.eot'),
         url('linlibertine_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('linlibertine_r-webfont.ttf') format('truetype'),
         url('linlibertine_r-webfont.svg#LinuxLibertineRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#body {
width: 1006px;
margin:0 auto;
font-family: 'LinuxLibertine';
}

#menu {
font-size: 14.58px;
background-image:url(menu.png);
width: 1000px;
height: 30px;
color: white;
line-height: 30px;
}

#head {
width:1000px;
height:64px;
background-image:url(head.png);
background-repeat:no-repeat;
}
