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;
}

img {
	border: 0px;
}

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

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

div#panels {
	margin: 0px auto;
	margin: 10px 18px 0px 18px;		/* top right bottom left */
}

div#panels div#imgTbar {
	background-image: url("./gfx/panel_tb_sliv_top.gif");
	background-repeat: repeat-x;
	text-align: left;
	height: 45px;
}

div#panels div#imgMid {
	background-image: url("./gfx/panel_tb_sliv.gif");
	background-repeat: repeat-x;
	height: 375px;
}

div#panels div#imgFoot {
	background-image: url("./gfx/panel_tb_sliv_bottom.gif");
	background-repeat: repeat-x;
	height: 10px;
}

div#panels div.movPanel {
	background-image: url("./gfx/panels_bg.gif");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 100%;
	height: 227px;
	margin: 30px 0px 0px 0px;		/* top right bottom left */	
	text-align: left;
}

div#panels div.movFoot {
	clear: both;
	background-image: url("./gfx/panels_bottom_sliv.gif");
	background-repeat: repeat-x;
	height: 46px;
}

div.movFoot a.instant {
	display: block;
	float: left;
	width: 171px;
	height: 46px;
	margin: 0px 0px 0px 10px;		/* top right bottom left */	
}

div.movFoot a.sample {
	display: block;
	float: right;
	width: 171px;
	height: 46px;
	margin: 0px 10px 0px 0px;		/* top right bottom left */	
}

div.movText {
	float: right;
	width: 170px;
	height: 207px;
	color: rgb(255,255,255);
	font-size: 0.85em;
	text-align: left;
	margin: 15px 0px 0px 0px;		/* top right bottom left */	
}

div.movPanel div.imgClip {
	position: relative;
	top: 81px;
	float: right;
	width: 278px;
	height: 146px;
}

div#movPan01 {
	background-image: url("./gfx/panel_01_left.jpg");
	background-repeat: no-repeat;
	height: 227px;
}

div#movPan02 {
	background-image: url("./gfx/panel_02_left.jpg");
	background-repeat: no-repeat;
	height: 227px;
}

div#movPan03 {
	background-image: url("./gfx/panel_03_left.jpg");
	background-repeat: no-repeat;
	height: 227px;
}




img.sample {
	margin: 0px 0px 10px 55px;	/* top right bottom left */	
}

img.sampleImg {
	border: 1px rgb(0,0,255) solid;
}

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