html{
height:90%;
}

body{
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%;
    }

#main h2{
color: #FFFFFF;
text-decoration: underline;
text-align: left;
padding-left: 15px;
background-color: #CC0000;
}

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

#foot{
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 80%;
}

#foot h4{
font-weight: bold;
}