.bg {
	background-image: url(file:///D|/Boggy/web design/album/images/photo10-01.jpg);
	background-position: center top;
	background-image: url(../images/cover-Light.jpg);
	background-repeat: no-repeat;
}

#title {
	top: 10px;
	right: 134px;
	z-index: 100;
}
.border {
	border: 2px solid #331C14;
}
#photo1 {
}
#Text1 {
	top: 400px;
	left: 170px;
	width: 508px;
	height: 164px;
	z-index: 10;
	background-color: #CCCCCC;
	overflow: auto;
		/* for IE */
	  filter:alpha(opacity=60);
	/* CSS3 standard */
	  opacity:0.6;
	/* for Mozilla */
	  -moz-opacity:0.6;
}
#Text1:hover{
		/* for IE */
	  filter:alpha(opacity=100);
	/* CSS3 standard */
	  opacity:0.4;
	/* for Mozilla */
	  -moz-opacity:1;
}
#Text2 {
	bottom: 7px;
	left: 170px;
	width: 500px;
	height: 95px;
	z-index: 10;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	overflow: auto;
	position: absolute;
}
.subtitle {
	font-size: x-small;
}
hr {
	font-size: 36px;
	color: #CC0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
