body
{
    font-family: verdana, arial;
    margin: 0;
    padding: 0; 
    background-color: #000;
}

img#construction-img
{
	margin-top: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#copyright-bar
{
    text-align: center;
    color: #999999;
    font-size: 12px;
    height: 14px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    margin-bottom: 10px;
}

.email-link
{
    text-decoration: none;
    color: #004D80;
}

.email-link:hover
{
    text-decoration: underline;
}