body{
    position: relative;
    background-color: black;
    font-family: serif;
    color: black;
    padding: 0;
    margin: 0;
}

#content{
    position: absolute;
    left: 40px;
    top: 20px;
    background-color: #eee;
    height: 40em;
    width: 36em;
    //border: 1px solid blue;
}

#header p{
    position: absolute;
    font-size: 45px;
    color: white;
    left: 2em;
    top: 20px;
    color: #ccc;
}

#date{
    position: absolute;
    top: 3em;
    left: 5.5em;
    color: red;
    font-size: 36px;
}

#information{
    position: absolute;
    top: 360px;
    left: 30px;
    width: 18em;
    padding-left: 1em;
    background-image: url('images/background_60.png');
}

#info{
    position: relative;
    float: left;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

#info li, ul{
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
}

#input{
    position: relative;
    font-size: 18px;
}

#input li, ul{
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

#footer{
    position: absolute;
    top: 590px;
    left: 8em;
    text-align: center;
}

#footer p{
    font-size: 28px;
    margin: 0;
    padding: 0;
}

#image{
    text-align: right;
}

#image img{
    position: relative;
}

.shadow{
    position: relative;
    top: 2px;
    left: -2px;
    color: black;
    font-size: 43px;
    margin: 3px 0 0 3px;
    opacity: .7;
    font-weight: bold;
}

.tl{
    position: absolute;
    top: -1px;
    left: -1px;
}

.tr{
    position: absolute;
    top: -1px;
    right: -1px;
}

.br{
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.bl{
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.tweak{
    position: relative;
    right: -4px;
}

.map{
    margin-top: -4px;
}

.invisible{
    width: 0px;
}

#sharing {
    position: absolute;
    top: 5px;
    left: 38em;
    //outline: 1px solid red;
    margin: 0px;
    width: 292px;
    background-color: white;
    text-align: center;
}

a:link {
    padding: 0 30px 0 0;
    text-decoration: none;
}
a:active {}
a:selected {}
a:hover {text-decoration: underline;}
