@charset "UTF-8";
/* CSS Document */
a{
color:#95a585;
text-decoration:none;
}
a:visited
{
color:#95a585;
text-decoration:none;
}
a:hover
{
color:#95a585;
text-decoration:underline;
}
a:active
{
color:#95a585;
}
body
{
background-color:#111111;
background-image:url('images/background.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom left;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#header
{
width:100%;
height:60px;
background-image:url('images/headerbg.png');
background-repeat:repeat-x;
text-align:right;
color:#FFF;
font-family:"Georgia", Times, serif;
font-size:23px;
}
#topsid
{
position:relative;
top:23px;
right: 10px;
}
#photos
{
background-image:url('images/photos.png');
background-repeat:no-repeat;
width:350px;
height:341px;
position:relative;
top:-30px;
z-index:1
}
#tweet
{
text-align:left;
color:#469100;
font-family:"Georgia", Times, serif;
font-size:18px;
}
#tweetcontainer
{
top:-330px;
width:400px;
position:relative;
left:350px;
text-align:left;
color:#469100;
font-family:"Georgia", Times, serif;
font-size:30px;
}
#badges
{
right:10px;
top:65px;
position:absolute;
}