html {
    height: 100%;
}

body {
    height: 100%;
    margin: 20px;
    padding: 0;
    text-align: center;
    color: #fc4567;
    background-color: #000000;
    font-family: arial, sans-serif;
    font-size: 14px;
}

img {
    margin-top: 5px;
}

p.header {
    color: #000000;
    background-color: #fc4567;
    font-weight: bold;
    font-size: 18px;
}

p.content {

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.code {
    font-family: courier, monospace;
}

#map {
    position: relative;
    width: 854px;
    height: 480px; 
    margin: auto;
    border: 1px solid #333;
}

#cockwatch {
    position: relative;
    width: 854px;
    margin: auto;
    text-align: left;
}

a, a:link, a:active, a:visited, a:hover { 
    color: #fc4567; 
    text-decoration: underline; 
}

a.headerLink, a.headerLink:link, a.headerLink:active, a.headerLink:visited, a.headerLink:hover { 
    color: #000000; 
    text-decoration: underline; 
}