body
{
    padding: 0px;
    margin: 0px;
    background-color: #C0DEED;
    font-family: "verdana", sans-serif;
    font-size: 12px;
    background-image: url(images/twitter_logo.png);
    background-repeat: no-repeat;
}

#main
{
    padding: 0px;
    margin: 20px auto;
    width: 800px;
    background-color: #DDEEF6;
}

#footer
{
    padding: 0px;
    margin: 10px auto;
    width: 800px;
    background-color: #DDEEF6;
    font-size: 80%;
    text-align: center;
}

.user
{
    font-weight: bold;
}

.tdtwitt
{
    width: 100%;
}

.pretwitt
{
    background-image: url(images/baloon.png) no-repeat top left;
    width: 10px;
}

.twitt
{
    background-color: #C0DEED;
    width: 100%;
    margin: 10px 0px;
}

.boxtop {
    background: url(images/ne.gif) no-repeat top right;
}

.boxtop div {
    font-size: 0;
    height: 10px;
    background: url(images/nw.gif) no-repeat top left;
}

.boxbottom {
    background: url(images/se.gif) no-repeat bottom right;
}

.boxbottom div {
    font-size: 0;
    height: 10px;
    background: url(images/sw.gif) no-repeat bottom left;
}

.inboxtop {
    background: url(images/in-ne.gif) no-repeat top right;
}

.inboxtop div {
    font-size: 0;
    height: 10px;
    background: url(images/in-nw.gif) no-repeat top left;
}

.inboxbottom {
    background: url(images/in-se.gif) no-repeat bottom right;
}

.inboxbottom div {
    font-size: 0;
    height: 10px;
    background: url(images/in-sw.gif) no-repeat bottom left;
}

.boxcontent {
    padding: 0px 10px;
}

a {
    text-decoration: none;
    color: black;
}

.twit_link, .twit_link:visited {
    text-decoration: none;
    font-size: 120%;
    color: black;
    font-weight: bold;
}
