body {
    color: #444;
    font-family: "Microsoft YaHei Light";
}
h1 {
    margin-top:0%;
    font-size:300%;
    font-weight:100; 
}
h2 {
    font-size:150%;
    font-weight:100;
    margin-bottom: 2px;
}
div#heading {
    text-align:center; 
    min-width: 750px;
    height:70px;
}
div#container {
    resize:both;
    width:100%; 
    height:auto;
}
div#leftMargin {
    resize: inherit;
    float: left;
    width:14%;
    height: 100%;
}
div#rightMargin {
    resize: inherit;
    float: left;
    width:14%;
}
div#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: small;
    padding-left: 40px;
}
div.sector {
    resize:inherit;
    text-align: center;
    float: left;
    width:24%;
    height: 300px;
}
div#username_container {
    resize:both;
    width:100%; 
    height:50px;
}
img.logo {
    max-height: 290px;
    height: auto;
    width: auto\9; /* ie8 */
}
img#compsci.logo {
    margin-left:50px;
} 
img#awildboarafloat.logo {
    margin-left:50px;
} 
img#archaeowitness.logo {
    margin-left:40px;
} 
img.logo:hover {
    opacity: 0.5;
}
a.mlink {
    color:#444;
    text-decoration: none;
}
a.mlink:hover {
    text-decoration: underline;
}
a#compscitrivium:hover {
    color: #777;
}
a#awildboarafloat:hover {
    color: rgb(254, 188, 66);
}
a#archaeowitness:hover {
    color:rgb(180, 130, 255)
}
a#compscitrivium:visited {
    color: #777;
}
a#awildboarafloat:visited {
    color: rgb(254, 188, 66);
}
a#archaeowitness:visited {
    color:rgb(180, 130  , 255)
}