﻿@import url("css.css");
body {
    background: url('images/bg_front.gif') repeat-x 100% 100%;
}
#wrapper{
    background:#fff url('images/bg-front.jpg') repeat-x top center;
}
#page{
    background:0;
}
#credit{
    background:0;
}
marquee{
    position:absolute;
    top:160px;
    left:0;
    z-index:500;
    width:100%;
    height:20px;
    font-weight:bold;
    font-size:14px;
}
#intro{
    width:100%;
    height:325px;
    margin-top:20px;
    margin-bottom:100px;
    background: url('images/van.jpg') no-repeat top right;
}
#intro img{
    margin-top:20px;
}
#intro h2{
    display:none;
}
#intro h1{
    display:none;
}
#credit{
    padding:10;
    margin-top:20px;
}
#credit h1{
    font-size:18px;
    color:#999;
}