<!--
body{
    text-align: center;
    min-width: 960px;
    font-family: Arial, PMingLiU, DFKai-sb, Helvetica, sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

body ul{
    list-style-type: none;
}

#wrapper{
    width:960px;  
    margin:0 auto;
    text-align: left;
}

a {text-decoration: none; color: black;}
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: black;}

#companylogo img{
    height: 70px;
    margin: 1em 0 2em 0;
    padding: 0;
}

#feature{
    float:left;
    clear: both;
    height: 250px;
    width: 960px;
    margin: 2em 0 0 0;
}

#feature ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#feature ul li{
    float: left;
}

#feature img{
    width: 960px;
    margin: 0;
    padding: 0;
}

#footer{
    float:left;
    width:900px;
    margin-left: 30px; 
    text-align: center;
}

#footer-container ul li{
    float: left;
}

#footer-container ul li.logo img{
    height: 50px;
}

#footer-container ul li.copyright{
    background-color: #429DD9;
    margin: 7px 0;
    padding: 0;
    height: 37px;
}

#footer-container ul li.copyright p{
    margin: 8px 0;
    padding: 0 15px 0 15px;
    color: white;
}
-->