HTML {
	margin: 0px;
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

TD {
	vertical-align: top;
	font-size: 12px;	
}

IMG {
	border: 0px;
}

TABLE#body {
	width: 1000px;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

TABLE#body TD {
	vertical-align: middle;
	text-align: left;
}

DIV#main {
	width: 1000px;
	height: 680px;
	background-image: url('images/bg.png');
	background-position: top;
	background-repeat: no-repeat;
}

DIV#popup {
	/*background-color: White;*/
	width: 500px;
	height: 530px;
	position: relative;
	left: 250px;
	top: -260px;
	visibility: hidden;
	z-index: 20;
	background-image: url('images/popup.png');
	background-position: top;
	background-repeat: no-repeat;
	border: 0px solid yellow;
}

DIV#popup H1 {
	margin-top: 23px;
	margin-left: 20px;
	font-weight: bolder;
	font-size: 22px;
}

DIV#popup TABLE {
	margin-top: 10px;
	margin-left: 20px;
}

DIV#popup IFRAME {
	margin-top: 50px;
	margin-left: 20px;
	border: 0px;
}

DIV#scroller {
	border: 0px solid white;
	width: 1000px;
	height: 152px;
	position: relative;
	left: 0px;
	top: -320px;
}

TABLE#body TD TD.td1 {
	width: 40%;
	font-weight: bolder;
	font-size: 22px;
	vertical-align: top;
}

TABLE#body TD TD.td2 {
	width: 30%;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

TABLE#body TD TD.td3 {
	width: 30%;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	font-size: 13px;
}

LI {
	list-style-image: url('/html/images/ked.jpg');
	margin-bottom: 4px;
}

LI A {
	color: navy;
}

.scrollbox {
	position:absolute;
	width: 153px;
	height: 152px;
	background-image: url('images/box.png');
	background-position: center middle;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	padding-top: 35px;
	float: left;
}