html {
  overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	text-align: center;
	background: url("../img/bg.jpg");
}
#pageContent {
	margin: 0px auto;
	width: 756px;
	height: 100%;
	text-align: left;
}
.header {
	background: url("../img/header.jpg") no-repeat;
	height: 142px;
}
.header_under {
	background: url("../img/header_under.jpg");
	font-weight: bold;
	background: #000000;
	width: 168px;
}
.knop {
	height: 54px;
	background: url("../img/knop.jpg") no-repeat;
	cursor: pointer;
	cursor: hand;
}
.main {
	background: url("../img/main.jpg");
	border-left: #000000;
}
table.main {
	border-left: #ff0000 solid 1px;
	border-right: #ff0000 solid 1px;
	background: #000000;
	width: 756px;
	height: 100%;
}
td.main {
	padding-left: 5px;
	padding-right: 5px;
}
td {
	font-family: verdana;
	font-size: 12pt;
	color: #FFFFFF;
}
input {
	border: 1px #ff0000 solid;
}
.mouseclick {
	cursor: pointer;
	cursor: hand;
}
.nav {
	height: 18px;
	font-weight: bold;
}
a.albumlink
{
  color: #FFDE00;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bot_line {
	border-bottom: #ff0000 1px solid;
}
.bottom {
	border-top: #ff0000 solid 1px;
	height: 20px;
	font-size: 7pt;
	color: #FFFFFF;
}