/* 
	benignmusic.com external CSS file
*/

body	{
	background-color: black;
	color: #cccccc;
	font-family: Arial;
	margin: 0;
	scrollbar-base-color: #444444;
	}

div {
	position: relative;
	margin-top: 0px;
}

div.header {
	position: absolute;
	top: 1px;
        height: 72px;
	width: 100%;
	background-image:url('images/Titlebar.jpg');
	background-position:top left;
	background-attachment: scoll;
	background-repeat: no-repeat;
	}

div.menu {
	position: absolute;
	top: 72px;
	left: 0px;
        width: 120px;
	height: 500px;
	background-image:url('images/Menubarbk.jpg');
	background-position: top 2px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	}

div.page {
	position: absolute;
	top: 74px;
        left: 0px;
	margin-left: 123px;
	height: 500px;
	}


div.footer {
	position: absolute;
	top: 574px;
        height: 42px;
	width: 100%;
	background-image: url('images/Footerbar.jpg');
	background-repeat: no-repeat;
	}

div#player {
	position: absolute;
	right: 5px;
	top: 2px;
        height: 15px;
	width: 200px;
	}

div#playerpopout {
	position: absolute;
	right: 207px;
	top: 2px;
        height: 15px;
	width: 15px;
	}

a, a:link, a:visited
	{
	color: #EEEEEE;
	font-weight: bold;
	}

a:hover	{
	color: white;
	font-weight: bold;
	}


a img	{
        filter:alpha(opacity=85);
        opacity: 0.85;
	border-style: none;
	}

div#playerpopout a img {
        filter:alpha(opacity=100);
        opacity: 1.00;
}

a:hover img {
        filter:alpha(opacity=100);
        opacity: 1.00;
	}

*.menuimglink {
	margin-left: 5px;
	}


p	{
        font-size: x-small;
	color: #BBBBBB;
	white-space: auto;
	margin: 1px;
	}


h1	{
	color: white;
        margin: 1px;
        padding: 7px;
        padding-top: 5px;
	padding-bottom: 0px;
        font-size: x-small;
	}


