html{
background-color: #000000;
}

body{
margin: 0px;
height: 50px;
}

#topbar{
width: 100%;
height: 51px;
position:relative;
margin-top: 0px;
}

#links{
width: 261px;
height: 29px;
top:5px;
left: 13px;
position: absolute;
}

#menu{
list-style:none;
margin: 0px;
padding: 0px;
width:261px;
height:29px;
}

#menu li{
float: left;
}

#menu li a.cherryl{
display:block;
width:59px;
height:29px;
background:url("cherrylink.png") no-repeat 0 0;
text-indent: -9999px;
}

#menu li a.cherryl:hover{
background-position: 0 -29px;
}

#menu li a.facebookl{
display:block;
width:77px;
height:29px;
margin-left: 13px;
background:url("facebooklink.png") no-repeat 0 0;
text-indent: -9999px;
}

#menu li a.facebookl:hover{
background-position: 0 -29px;
}

#menu li a.myspacel{
display:block;
width:93px;
height:29px;
margin-left: 13px;
background:url("myspacelink.png") no-repeat 0 0;
text-indent: -9999px;
}

#menu li a.myspacel:hover{
background-position: 0 -29px;
}

#newalbum{
position: relative;
top: -85px;
width: 100%;
text-align: center;
z-index: -1;
overflow:hidden;
}

#newalbum img{
border: none;
margin-left: -11px;
width: 102%;
z-index: -2;
overflow:hidden;
}

#footer{
position: relative;
top: -110px;
margin-bottom: 0px;

text-align:center;
height: 5px;
}

#footer a{
color: #333333;
padding: 5px;
margin-top: 10px;
margin-left: 5px;
font-family: Arial, Times New Roman;
font-size: 9px;
}

#footer span{
color: #323232;
padding: 5px;
font-family: Arial, Times New Roman;
font-size: 9px;
}

#contator{
position: absolute;
top: 8px;
right: 5px;
height: 16px;
width:70px;
overflow:hidden;
display:none;
}
