html body{
    margin: 0px;
    padding: 0px;
}
div#head{
    height: 100px;
    border: 0px;
    margin: 0px;
    background-color: #8CAEC7;
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
}
div#home{
    width: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.container{
    margin-top: 10px;
}
div#footer{
    left:0px;
    bottom:0px;
    height:60px;
    width:100%;
    min-width: 1000px;
    color: #FFFFFF;
    background-color: #8CAEC7;
    margin-top: 100%;
}
*html div#footer {
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
div#footer p#copy{
    margin-left: 40px;
    float: left;
}
div#footer p#own{
    margin-right: 40px;
    float: right;
    padding: 10px;
}
div#footer p span{
    font-style: italic;
}

div#footer p a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

div#footer p a:hover{
    color: #999;
    text-decoration: underline;
    font-weight: bold;
}
table{
    font-family: Arial,sans-serif;
    border: 1px solid skyblue;
    padding-bottom: 50%;
}
table thead{
    border: 1px solid;
    background-color: skyblue;
    color: white;
    font-weight: bold;
}
table thead th{
    padding-left: 40px;
}
table tbody{
    border: 1px solid;
    background-color: skyblue;
    color: white;
    font-weight: bold;
}
table tbody td{
    padding-left: 40px;
}



