body {
	background: #ffffff url();
	background-repeat: no-repeat;

	scrollbar-face-color: white;
	scrollbar-base-color: dark-gray;
	scrollbar-arrow-color: black;
	scrollbar-track-color: light-gray;

	font-family: Helvetica, Verdana;
	font-size: 10px;
	color: black;
}

a {
	color: #440000;
	text-decoration: none;
	text-weight: bold;
}

a:hover {
	background:#808080;
	color: #ffffff;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

p {
	font-family: Helvetica, Verdana;
	font-size: 10px;
	font-color: black;
}

div.window-bg {
	
position: absolute;
	left: 445px;
	top: 85px;
	width: 350px;
	height: 500px;

	background-color: white;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

div.window {
	position: absolute;
	left: 445px;
	top: 85px;
	width: 350px;
	height: 500px;

	background-color: transparent;
	border-width: 1px;
	border-style: dotted;
	border-color: black;
}

.menu {
	position: absolute;
	left: 560px;
	top: 135px;
	width: 210px;
	height: 15px;
}

div.blog {
	position: absolute;
	left: 470px;
	top: 155px;
	width: 300px;
	height: 300px;

	background-color: white;
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	 
}

div.release {
	position: absolute;
	left: 730px;
	top: 75px;
	width: 180px;
	height: 600px;

	background-color: transparent;
	border-width: 1px;
	border-style: dotted;
	border-color: black; 
}


	
div.btn a {
	background: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	width: 40px;
	height: 15px;

	padding: 2px 2px 0px 12px;
	margin: 0px;
	spacing: 0px;
	display: block;

	border-left: solid 0px white;
	border-right: dotted 0px white;
	border-bottom: solid 0px white;
	border-top: solid 0px white;

	font-family: Helvetica, Verdana;
	font-size: 10px;
	font-weight: bold;
	font-decoration: none;
	color: white;
}

div.btn a:hover {
	background: #333333;
	opacity: 0.85;
	filter: alpha(opacity=85);
	
}

div.btn a:link, div.btn a:visited {
	text-decoration: none;
}


#container {
   position: absolute;
   
   left: 7px;
	top: 7px;
	width: 900px;
	height: 675px;

	background-color: transparent;
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	
}

#translucentbkg {
   width: 900px;
   background-image: url(alpha-channel-forest.png)
   background-color: transparent
   filter:alpha(opacity=0);
   }

#opaquetext { position: relative; }

