﻿body 
{
    font-family:Comic Sans MS;
    font-size:14px;
    background:url(../img/background.png);
}


.remain
{
    font-style:italic;
}

p
{
    line-height:16px;
}

a.footer, a:visited.footer
{
    color:#ffffff;
}

a:hover.footer
{
    color:#ffffff;
}

a, a:visited
{
    color:#08A0DF;
}

a:hover
{
    color:#0575A3;
}

.twitter
{
    background: url(../img/twitter.png) no-repeat;
    width:150px;
    padding-left:25px;
    height:20px;
}

.myspace
{
    background: url(../img/myspace.png) no-repeat;
    width:150px;
    padding-left:25px;
    height:20px;
}

.facebook
{
    background: url(../img/facebook.png) no-repeat;
    width:150px;
    padding-left:25px;
    height:20px;
}

.popup
{
    width:350px;
    height:400px;
    background:#ffffff;
    border:solid 3px #000000;
    position:absolute; 
    left:50%; 
    margin-left:-220px; 
    top:50px; 
    margin-top:20px;
    padding:5px 5px 5px 5px;
    text-align:justify;
}
