a:link {color: #000000;text-decoration: underline;}
a:visited {color: #000000;text-decoration: underline;}
a:hover {color: #ffffff;text-decoration: underline;}
a:active {color: #000000;text-decoration: underline;}
a:link img, a:visited img {border:1px solid; border-color: #000000;}
a:hover img {border:1px solid; border-color: #ffffff;}


body {
		font-size: 24px;
		font-family: georgia;
}

body#found {
		background-color: #5d534a;
    	background-image: url(layout/found.jpg), url(layout/clouds.jpg);
		background-position: top center, top center;
		background-repeat: no-repeat, repeat;
}

body#info {
		background-color: #5d534a;
    	background-image: url(layout/info.jpg), url(layout/clouds.jpg);
		background-position: top center, top center;
		background-repeat: no-repeat, repeat;
}

body#discography {
		background-color: #5d534a;
    	background-image: url(layout/discography.jpg), url(layout/clouds.jpg);
		background-position: top center, top center;
		background-repeat: no-repeat, repeat;
}

body#promo {
		background-color: #5d534a;
    	background-image: url(layout/promo.jpg), url(layout/clouds.jpg);
		background-position: top center, top center;
		background-repeat: no-repeat, repeat;
}



#box_found {
		margin: auto;
		margin-top: 60px;
		width: 700px;
		z-index: 2;
		color: #000000;
		font-size: 18px;
		font-family: georgia;
		font-weight: normal;
		line-height: 20pt;
}


#box_info {
		margin: auto;
		margin-top: 84px;
		width: 300px;
		z-index: 2;
		color: #000000;
		font-size: 18px;
		font-family: georgia;
		font-weight: normal;
		line-height: 20pt;
		text-align: center;
}


#box_discography {
		margin: auto;
		margin-top: 40px;
		width: 640px;
		z-index: 2;
		color: #000000;
		font-size: 18px;
		font-family: georgia;
		font-weight: normal;
		line-height: 20pt;
}


#box_promo {
		margin: auto;
		margin-top: 60px;
		width: 240px;
		z-index: 2;
		color: #000000;
		font-size: 18px;
		font-family: georgia;
		font-weight: normal;
		line-height: 20pt;
}


#box_promo_b {
		margin: auto;
		margin-top: 60px;
		width: 1080px;
		z-index: 2;
		color: #000000;
		font-size: 18px;
		font-family: georgia;
		font-weight: normal;
		line-height: 20pt;
}


#linkit {
		margin: auto;
		margin-top: 190px;
		width: 350px;
		z-index: 2;
		color: #000000;
		font-size: 18px;
		font-family: georgia;
		font-weight: normal;
		line-height: 16pt;
		display: flex;
  		justify-content: space-evenly;
}













