html, body {
	background-color: #002200;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	SCROLLBAR-BASE-COLOR: #00a000;
	SCROLLBAR-ARROW-COLOR: #00a000;
	SCROLLBAR-3DLIGHT-COLOR: #006000;
	SCROLLBAR-SHADOW-COLOR: #006000;
	SCROLLBAR-FACE-COLOR: #002200;
	SCROLLBAR-HIGHLIGHT-COLOR: #002200;
	SCROLLBAR-DARKSHADOW-COLOR: #002200;
	SCROLLBAR-TRACK-COLOR: #003815;
}
body, div, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00c000;
}
a {
	color: #8FEE82;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #B4FC9E;
}
a:active {
	text-decoration: none;
}
.prod_header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.prod_box {
	width: 604px;
	background-color: #003310;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	position: relative;
}
.prod_box2 {
	width: 604px;
	background-color: #003a1a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
	position: relative;
}
.prod_date {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 0px;
}
.prod_synopsys {
	height: 250px;
	margin: 10px 155px 10px 115px;
	left: 115px;
}
.prod_thumbs {
	position: absolute;
	width: 142px;
	top: 10px;
	right: 10px;	
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #76E787;
}
.img {
	border: 1px solid #006633;
}
