@CHARSET "ISO-8859-1";

body {
    margin: 0px;
    padding: 0px;
    font-family:"Arial", Helvetica;
    font-size: 14px;
}

#googleMap {
    width: 65%;
    float: left;
    margin-right: 0px;
    padding: 0px;
}

#tweets {
    width: 33%;
    height: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    overflow: true;
}

#footer {
    color: #778899;
    font-size:10px;
    font-style:italic;
    text-align:center;
}

.tweet {
    background-image: url('http://www.epicarena.com/images/tweet.png');
    background-repeat:no-repeat;
    padding-left: 66px;
    height:80px;
}

.clear {
    clear:both;
}

.datetime {
    font-style:italic;
    font-size: 12px;
    color: #778899;
}

a {
    font-style:italic;
    font-weight:strong;
    color:#0099ff;
}