a
{
text-decoration: none;
color: black;
border-bottom: 1px solid #A7A9AC;
}

a:hover
{
border-bottom: none;

}

body{
background-color: white;
}
body.white
{
background-color: white;
}


body.black
{
background-color: black;
}

#lamp
{
float: right;
}

#lamp a, #facebook a, img
{
text-decoration:none;
border:none;
}


#lastfm img
{
margin-top: 20px;
}

#icons span{
cursor:pointer;
margin: 9px;
}

#phone-icon{
    margin-left:5px;
}

#logo {
width:420px;
height:110px;
position:absolute;
top:50%;
left:50%;
margin-top:-80px;
margin-left:-210px;

}

#year {
color: #A7A9AC;
font-family: Tahoma;
width:15px;
height:10px;
position:absolute;
top:95%;
left:50%;
margin-top:-7px;
margin-left:-5px;
}


#phonetip{
	display:none;
	background:transparent url(../images/shadows1.png);
	opacity:0.6;
	font-size:15px;
	height:68px;
	width:310px;
	padding:20px;
	color:black;
	font-family: Arial;
	margin-top: 5px;
	margin-left: 13px;
	
}

#mailtip {
	text-align: center;
	display:none;
	background:transparent url(../images/shadows2.png);
	opacity:0.6;
	font-size:15px;
	height:58px;
	width:198px;
	padding:25px;
	padding-top: 40px;
	color:black;
	font-family: Arial;
	line-height: 15px;
	margin-top: 10px;
	margin-left: 13px;
	
}

#lastfmtip {
	text-align: center;
	display:none;
	background:transparent url(../images/shadows3.png);
	opacity:0.6;
	font-size:15px;
	height:237px;
	width:225px;
	padding:10px;
	color:black;
	font-family: Arial;
	margin-top:  10px;
	margin-left: 13px;
	
}

