html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background: #666 url("images/bg.gif");
}

.container {
	width: 946px;
	text-align: center;
	margin: auto;
	min-height: 100%;
	background: #fff url("images/container.bg.gif");
}

* html {.container:height:100%;}

.content {
	width:918px;
	margin:auto;
	min-height:100%;
}

* html {.content:height:100%;}

body, td, th {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

.imageborders img {
	border: 1px solid #c30;
}

.imageborders a:hover img {
	border-color: #fff;
}

a:link, a:visited {
	color: #f60;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

.big {
	font-size: 20px;
	font-weight: bold;
}

.title {
	color: #f60;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.textbig {
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.textbig a:link, .textbig a:visited {
	color: #f06;
	text-decoration: underline;
}

.textbig a:hover, .textbig a:active {
	color: #000;
	text-decoration: none;
}

.textsmall {
	font-family: verdana, sans-serif;
	color: #666;
	font-weight: bold;
}

.covertitle {
	text-align: left;
	width: 140px;
	position: relative;
	top: 2px;
}

.covertitle a:link, .covertitle a:visited {
	color: #f06;
	text-decoration: underline;
	font-weight: bold;
}

.covertitle a:hover, .covertitle a:active {
	color: #fff;
	background-color: #f06;
	text-decoration: none;
}

.imageborders_pink img {
	border: 1px solid #f06;
}

.imageborders_pink a:hover img {
	border-color: #fff;
}

#dvdcover{
	padding: 8px;
}

#dvdcover:hover {
	border: 1px dashed #f60;
	padding: 7px;
}

.dvddetails {
	color: #fff;
	margin-right: 40px;
}

#dvdscenes {
	width: 760px;
	height: 210px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 0px 0px 14px 0px;
	margin-top: 6px;
	scrollbar-3dlight-color: #ffe17a; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-darkshadow-color: #ffe17a; 
	scrollbar-face-color: #ff9933; 
	scrollbar-highlight-color: #ffe17a; 
	scrollbar-shadow-color: #ffe17a;
	scrollbar-track-color: #ffe17a;
}

#dvdscenes_container {
	width: 774px;
	height: 230px;
	border: 1px dashed #f60;
	text-align: middle;
}

#dvdscenes img {
	margin-right: 10px;
}