body {
    padding: 0;
    margin: 0;
    font-family: "Lucida Console", Monaco, monospace;
    text-align:center;
}

#header {
    background:#66ccff;
    height:2em;
    width:auto;
    margin:0 auto;
}

#footer {
    background:#66ccff;
    height:2em;
    margin:0 auto;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index: -10;
}

#content {
    text-align:center;
    margin: 3em auto 0 auto;
    font-size: 0.9em;
    width: 16em;
}

#profile_pic {
    height:10em;
    width:10em;
    border-radius: 50%;
}

/* Deprecated */
#mailpopup{
    padding: 5px;
    margin: 1.6em 2px 0.8em 2px;
    background:#66ccff;
    display: inline-block;
    visibility: hidden;
}

/* Deprecated */
#address{
    font-family: "Lucida Console", Monaco, monospace;
    text-align: center;
    cursor: text;
    width: 13em;
}

h1{
    color: #3366ff;
    font-size: 1.5em;
    font-weight: normal;
}

.form-group {
    margin-bottom: 1em;
}

.alert {
    color: #800000;
    font-weight: bold;
	margin-bottom: 1em;
}

.btn {
    font-family: "Lucida Console", Monaco, monospace;
    padding: 10px 12px;
    color: #000000;
    text-align: center;
    background-color: #66ccff;
    border: none;
    cursor: pointer;
}
