/* CSS Document */

html {
	height:100%;
	 border:none;
	 overflow: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background: url(../images/background.gif) 50% 50% fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	height:100%;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none;color: #000000;}
A:hover {text-decoration: none; color: #000000;}

.black A:link {text-decoration: none; color: #000000;}
.black A:visited {text-decoration: none; color: #000000;}
.black A:active {text-decoration: none;color: #000000;}
.black A:hover {text-decoration: none; color: #000000;}

.musiclink A:link {text-decoration: none; color:#C60;}
.musiclink A:visited {text-decoration: none; color:#C60;}
.musiclink A:active {text-decoration: none; color:#C60;}
.musiclink A:hover {text-decoration: none; color:#C60;}


table.center {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	}

.banner {
	background-image:url(../images/bannerbg.png);
	font-size:16px;
	font-weight:600
}
.main {
	background-image:url(../images/mainbg.gif);
	font-style: italic;
	text-align: center;
}
.footer {
	background-image:url(../images/footerbg.png);
	font-size:10px;
}

.email {
	font-size:12px;
	color:#C93;
}

.padding {
	padding:10px;
	width:280px;
}