html,body{
        margin:0;padding:0
        scrollbar-3dlight-color : #ffffff;
        scrollbar-arrow-color : #999966;
        scrollbar-base-color : #999966;
        scrollbar-darkshadow-color : #999966;
        scrollbar-face-color : #ffffff;
        scrollbar-highlight-color : #ffffff;
        scrollbar-shadow-color : #ffffff;
        scrollbar-track-color:#ffffff;
}
body{
        background:#ffffff;
        background-image:url(petit/body_image.jpg) ;
        background-position:50% 0%;
        background-repeat:no-repeat;
        background-attachment: fixed;
        font-family : "MS UI Gothic",sans-serif;
        font-size : 12px;
@@@@line-height : 18px;
        letter-spacing: 2px;
        color: #262613;
        text-align:center;
}

div#header {
            height:60px;margin:0;
            padding-left:10px;
            color: #999966;
            text-align: right;
}
div#container{
        text-align:left
}
div#content{
        background-image:url() ;
        background-position:50% 50%;
        background-repeat:no-repeat;
        margin:0;
}
div#footer{
        color: #999966;
}
div#footer p{
        margin:0;padding:10px 0px
}

div#container{
        width:800px;margin:0 auto;
}
div#content{
        float:right;
        width:800px;
        height:430px
}
div#extra{
       float:right;
       width:800px;
}
div#footer{
       clear:both;
       width:100%;
       text-align: center;
}

 h1{
        font-size: 100%;
        color: #999933;
        margin: 10px 10px;
}
 h2{
        font-size: 100%;
        margin: 120px 0px 130px 200px;
}
a {
        color : #999966;
        text-decoration : none;
}
a:hover {
        color : #ff9999;
        text-decoration : underline;
}
#about1 {
        float: left;
        width: 400px;
        text-align: left;
}
#about2 {
        float: left;
        width: 360px; 
        text-align:left;
}
p{
        margin: 10px 10px;
}
