/* CSS Document */

#title {
}
    #title .img1 {
    position: fixed;
    top: 0;
    left: 2%;
    }
    #title .img2 {
    position: fixed;
    top: 5px;
    right: 2%;
    }

#header {

}

#content {
    background: white;
    width: 700px;
    border: 0;
    padding: 0;
    margin: 10px 20% 0 10%;
}
    
