body {
    padding: 0;
	margin: 0 auto;

	background-color: #000000;
	color: #3d3d3d;
	font-family: arial, helvetica, verdana, sans-serif;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #3F3F3F;
	scrollbar-arrow-color: #3F3F3F;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #3F3F3F;
	outline: none;
}

a {
	color: #3C3226;
	text-decoration: none;
}
a:visited {
	color: #3C3226;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.smalltextdark { font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #3C3226; }
.smalltextdark a { color: #6D5B43; text-decoration:none; }
.smalltextdark a:hover { color: #AA5012; text-decoration:underline;}
.smalltextdark a:visited { color: #6D5B43; }

.copyright { font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #3C3226; }
.copyright a { color: #3C3226; text-decoration:none; }
.copyright a:hover { color: #6D5B43; text-decoration:underline;}
.copyright a:visited { color: #3C3226; }

input { background: #7A6955; border: 1px solid #000000; font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #000000; }
.formbtn { background: #7A6955; border: 1px solid #000000; font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #000000; font-weight: bold; }
.inputqna { background: #000000; border: 1px solid #3F3F3F; font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #ffffff; }
.button { background: #3F3F3F; border: 1px solid #3F3F3F; font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #ffffff; }
.thumbtd { border: 1px solid #2b2b2b; font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #ffffff; }

#content {
	width: 600px;
}

#myspace {
     width: 130px;
     height: 42px;
}

#myspace a {
     display: block;
     width: 130px;
     height: 42px;
     background-image: url(images/apaleghost_08.jpg);
     background-repeat: no-repeat;
     }
	 
#myspace a:hover {
     background-image: url(images/myspace_on.jpg);
     }
     
#youtube {
     width: 86px;
     height: 42px;
}

#youtube a {
     display: block;
     width: 86px;
     height: 42px;
     background-image: url(images/apaleghost_09.jpg);
     background-repeat: no-repeat;
     }
	 
#youtube a:hover {
     background-image: url(images/youtube_on.jpg);
     }
     
#lastfm {
     width: 116px;
     height: 42px;
}

#lastfm a {
     display: block;
     width: 116px;
     height: 42px;
     background-image: url(images/apaleghost_10.jpg);
     background-repeat: no-repeat;
     }
	 
#lastfm a:hover {
     background-image: url(images/lastfm_on.jpg);
     }
     
#enter {
     width: 332px;
     height: 33px;
     font-size: 14px;
     font-weight: bold;
     font-family: Verdana, Tahoma, sans-serif;
     text-align: center;
     overflow: hidden;
}