/* CSS Document */
body {
  background: #989175 url(images/bg_11.jpg) 0 0  repeat-x;
  background-attachment:fixed;
  font-size: 10px;
  font-family: Verdana, Arial, Sans-Serif;
  color:#564b47;
  padding:0px;
  margin: 0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}
#container {
  background-color: white;
  border: solid 1px black;
  width: 780px;
  height: 625px;
  padding:0 10px 0 10px;
  margin: 10px auto ;
  position:relative;
  text-align:center;
} 
#albumtitle {
    font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
	font-weight: normal;
	color:black;
    text-align:center;
	border: solid 1px #666666;
	margin:20px 0 0 207px;
	padding:0;
	position:absolute;
	top:0;
	height:25px;
	width:350px;
	background:url(../album/images/title_bg.jpg);
	}
div#logo {
    text-align:center;
	padding:5px 0 0 0;
	position:absolute;
	top:0;
	left:0;
	height:60px;
	width:100%;
	}
#content{
	position: absolute;
	top:70px;
	left:20px;
	height:500px;
	background-color:#e1e1e1;
	border: solid 1px #b5b5b5;
	text-align:center;
	padding-top:10px;
	overflow-x:hidden;
	overflow-y:auto;
}
#footer{
	position:absolute;
	top:592px;
	left:0px;
	width:100%;
	text-align:center;
} 
tr{
	background-color:#fff;
	cursor:pointer;
 }
tr:hover{
	background-color:#e1e1e1;
 }

