html {
	margin-bottom: 1px;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-image: url(images/bkg02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#footer {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#albums_menu{
	float:right;
}
#albums_menu ul {
margin: 0;
padding: 0;
list-style-type: none;
	text-align: center;
	font-size:18px;
	color: #FF6600;

	text-decoration: underline;
}
.tlink {
	color: #CCCCCC;
}
.tlink:hover {
	color: #FF6600;
}
.style3{
	color: #CC6600;
	font-weight: bold;	
}
.style4{
	color: #CC0000;
	font-weight: bold;
}
.style5{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.ylink {
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
.ylink:hover {
	color: #FF6600;
	text-decoration: underline;
}
.sel:hover{
	background-color: #333333;
}
#albums_menu li {
	float:left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#albums_menu a {
	font-size:18px;
	font-weight: normal;
	text-decoration: none;
	color: #CC6600;
}
.error {
	background-color: #CC0000;
	color: #FFFFFF;
	border: 1px solid #CC6600;

	padding: 10px;
}

#albums_menu a:hover {
	color: #FF6600;
	text-decoration: underline;
}

