/***** 30 ****************/

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: silver;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	border: 0;
	margin: 0;
	background-image: url(../images/ladylucille.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}

.house {
	background-image: url(../images/ladylucille_cover.jpg);
	height:710px;
}

/*zeros out all defaults and flattens text sizes*/
h1, h2, h3, h4, p, div, img, table, tr, td, em {
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	font-style:normal;
}

img {
	border:0;
	margin:0;
	padding:0;
}

em {
	color:white;
	margin-right:.5em;
}

/***** default links ****************/
a {
	text-decoration: none;
	color:silver;
}
a:visited 	{
	text-decoration: none;
	color:silver;
}

a:hover {
	text-decoration: none;
	color:white;
}

a:active, a:focus {
    outline: 0
} 

.header {
	display: block;
	height: 65px;
	width: 556px;
	position:absolute;
	top:0;
	left:0;
	background-repeat: no-repeat; 
}    

.header h1 {
	display:none;
}

.contact {
	display: block;
	position:absolute;
	top:20px;
	right:15px;
	padding-left:4px;
}

.songs {

}

.songs, .content {
	display:block;
	position:absolute;
	top:118px;
	left:24px;
	color:silver;
	width:
}

.songs a {
	display:block;
}

.content {
	top:125px;
	left:10%;
}

.content div {
	position:relative;
	display:block;
	float:left;
	margin-right:120px;
}


.ytcover {
	display:block;
	position:absolute;
	top:-83px;
	left:330px;
	z-index:1000;
	border:0px solid orange;
	background-color:black;
	width:90px;
	height:34px;
}

.album {
	margin-top:46px;
	width:229px;
}

.album p {
	border-top:1px solid silver;
	margin-left:1px;
	margin-right:1px;
}

.album img {
	width:227px;
	height:227px;
	border:1px solid black;
	margin-bottom:37px;
}

.album a:hover img {
	border:1px solid white;
}


.guide {
	display:none;
	border-top:1px solid orange;
	width:900px;
	position:absolute;
	top:442px;
}

