body {
	background-image: url("./gfx/bg_sliv.jpg");
	background-repeat: repeat-x;
	background-color: rgb(0,0,0);
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
	font-size: 0.9em;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: 0px;
}

img.blockImg {
	display: block;
	margin: 0px;
}

#main {
	margin: 0px auto;
	width: 700px;
	background-image: url("./gfx/bg_sliv.jpg");
	background-repeat: repeat-y;
}

div#menu {
	background-color: transparent;
	margin: 20px 0px 20px 0px;	/* top right bottom left */
	padding: 0px 0px 0px 0px;	/* top right bottom left */

}

div#menu img {
	margin: 0px 2px 0px 2px;		/* top right bottom left */
}

div#panels {
	margin: 0px auto;
}

div.panTbar {
	background-image: url("./gfx/panels_title_blank.gif");
	background-repeat: no-repeat;
	text-align: center;
	width: 700px;
	height: 36px;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

div#imgMid {
	background-image: url("./gfx/panel_bg_sliv_tb.gif");
	background-repeat: repeat-x;
	width: 700px;
	padding-top: 10px;
	height: 390px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

div.movMid {
	background-image: url("./gfx/panel_bg_sliv_movie.gif");
	background-repeat: repeat-x;
	width: 700px;
	padding-top: 10px;
	height: 228px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

div.movMid a.left {
	float: left;
	display: block;
	margin: 0px;
	width: 170px;
	height: 32px;
	margin-left: 40px;
}

div.movMid a.right {
	float: right;
	display: block;
	margin: 0px;
	width: 170px;
	height: 32px;
	margin-right: 40px;
}

img.movLeft {
	display: block;
	float: left;
	width: 240px;
	height: 170px;
	margin: 0px 0px 0px 10px;		/* top right bottom left */
}

div.movLeft img {
	display: block;
}

div.movRightImg {
	float: right;
	margin: 0px 10px 0px 0px;		/* top right bottom left */
	width: 392px;
	height: 75px;
}

div.movRightTxt {
	float: right;
	margin: 0px 10px 0px 0px;		/* top right bottom left */
	width: 392px;
	height: 94px;
	color: rgb(255,255,255);
	font-size: 0.8em;
	text-align: left;
}

div.movRight img {
	display: block;
	margin-top: 20px;
}

img.movButton {
	margin-top: 5px;
	display: block;
}
