html{
height:90%;
}

body{
background-image: url('ito.gif');
background-repeat: repeat-y;
height:90%;
scrollbar-base-color: #CC3300;
scrollbar-face-color: #CC3300;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #CC3300;
scrollbar-highlight-color: #CC3300;
scrollbar-shadow-color: #CC3300;
scrollbar-darkshadow-color: #CC3300;
}

img{
border:0px;
}

 a{
color: #000000;
text-decoration: none;
}

*html continer{
height:90%;
}

div#continer{

margin: 0px auto;
position: relative;
height: 90%;
min_height: 80%;
}

body > #continer{
height:auto;
}


div#main{height:90%;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 150px;
}

#main a{
color: #000000;
text-decoration: none;
}

#main a:hover{
    color: #CC3300;
    height: 100%;
    width: 100%;
    }

#menu{
float: left;
width: 100px;
}

#menu li{
text-align: left;
margin-bottom: 5px;
list-style: none;
}

#menu h2{
color: #FFFFFF;
text-decoration: underline;
text-align: center;
background-color: #CC0000;
}

#text{
padding-right: 50px;
padding-left: 80px;
width: 400px;
}

#text h4{
color: #CC0000;
text-decoration: underline;
}

#text li{
text-align: left;
margin-bottom: 5px;
list-style: none;
}

#text textarea{
font-family: "Comic Sans MS";
font-size: 10px;
margin-top: 10px;
border-width: 3;
border-color: #FFFFFF;
border-style: solid;
background-repeat: repeat;
background-attachment: fixed;
background-position: center center;
}

#text a{
color: #000000;
text-decoration: none;
}