body {
	background-color: white;
	}

.-index { font-family: Arial;  background-image: url(images/bg_glass1.jpg); background-repeat: no-repeat; background-position: center center; background-color: 000000; color: white}

.medgray{
	background-color: 545454;
	}

td { 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	color: 888888;
	}
	
.bodybgtop {
	background-image: url(images/body_right.gif); 
	background-repeat: no-repeat; 
	background-position: top right; 
}

.bodybg {
	background-image: url(images/body_right2.gif); 
	background-repeat: repeat-y; 
	background-position: top right; 
}

.mainbg {
	background-image: url(images/bg1.jpg); 
	background-repeat: repeat-x; 
	background-position: left top ;
	background-color: white; 
}

div.scroll {	
	height: 350px;	
	width: 100%;	
	overflow: auto;	
	border: 0px solid #666666;	
	background-color: #cccccc;	
	padding: 0px;
	}

a:hover.menu{ 
	color: red;
	}
	
a.menu { 
	color: #BBBBBB; 
	text-decoration: none;
	}

a:hover { 
	color: red;
	}
	
a { 
	color: orange; 
	text-decoration: none;
	}

.album { 
	font-family: Arial; 
	background-image: url(images/bg_album.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
	border: white;
	}

.celeb_album { 
	font-family: Arial; 
	background-image: url(images/bg_celeb_album.jpg); 
	background-repeat: no-repeat; 
	background-position: right top; 
	border: white;
	}
	
.body_left { 
	background-image: url(images/body_left.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	}
	
<!---
img {
	border: 1px solid #000000;
}
--->