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/g_sliv.jpg");
	background-repeat: repeat-y;
}

div#menu {
	width: 100%;
	background-color: transparent;
	text-align: center;
	margin: 20px 0px 20px 0px;	/* top right bottom left */
	padding: 0px 0px 0px 0px;	/* top right bottom left */
}

div#panels {
	margin: 0px auto;
}

div.panTbar {
	background-image: url("./gfx/panels_title.jpg");
	background-repeat: no-repeat;
	text-align: left;
	width: 700px;
	height: 21px;
}

div#imgMid {
	background-image: url("./gfx/panel_tb_sliv.gif");
	background-repeat: repeat-x;
	padding-top: 18px;
	height: 386px;
}

div.movMid {
	background-image: url("./gfx/panels_sliv.gif");
	background-repeat: repeat-x;
	text-align: left;
	width: 700px;
	height: 224px;
}

div.movLeft {
	float: left;
	width: 350px;
	height: 224px;
}

div.movLeft a {
	display: block;
	float: left;
	margin: 0px 0px 0px 30px;		/* top right bottom left */
}

div.movLeft img {
	display: block;
	float: left;
}

div.movRight {
	float: right;
	padding: 8px 0px 8px 0px;		/* top right bottom left */
	width: 335px;
	height: 224px;
	color: rgb(255,255,255);
}

div.panFoot {
	background-image: url("./gfx/panels_footer.jpg");
	background-repeat: no-repeat;
	text-align: left;
	width: 700px;
	height: 21px;
}
