html, body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0;
	height: 100%;
	background:#e8e7e1;
}
* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a.off {
	color: #999;
	text-decoration: none;
}
table.table-cont {
	background-image:url(images/bg-scrap.jpg);
	background-repeat:no-repeat;
	background-position: top center;	
	height:100%;
}
table.table-cont td.td-left {
	background-image:url(images/bg-left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
table.table-cont td.td-center div#div-center {
	width:845px;
	height:810px;
	margin:auto;
	margin-top: 240px;
	position:relative;
}
table.table-cont td.td-center div#div-center div#flag-cont {
	width:370px;
}
table.table-cont td.td-center div#div-center div#flag-cont ul {
	list-style:none;
	padding:0;
	margin: 0 0 20px 60px;
}
table.table-cont td.td-center div#div-center div#flag-cont ul li {
	height:40px;
	width: 300px;
	padding:0;
	margin:1px 0 0 0;
}
table.table-cont td.td-center div#div-center div#flag-cont ul li a {
	display:block;
	height: 40px;
	width: 300px;
	padding:0;
	margin:0;
	font-size: 19px;
}
table.table-cont td.td-center div#div-center div#flag-cont ul li a:hover img {
	position:relative;
	top: 2px;
	left: 4px;
	width: 330px;
	height: 42px;
}
table.table-cont td.td-center div#div-center div#flag-cont ul li a.off {
	opacity:0.4;
	filter:alpha(opacity=40)
}
table.table-cont td.td-center div#div-center div#flag-cont ul li a.off:hover img {
	width: 300px !important;
	height: 41px !important;
	position:relative;
	top:0px;
	left:0px;
}
table.table-cont td.td-center div#div-center div#buttons {
	width: 351px;
	position:absolute;
	top:305px;
	right:50px;
}
table.table-cont td.td-center div#div-center div#buttons a {
	display: block;
	width: 371px;
	height: 75px;
	padding:0;
	margin:0;
}
table.table-cont td.td-center div#div-center div#buttons a:hover img {
	display: none;
}
table.table-cont td.td-center div#div-center div#buttons a#button1 {
	background:url(images/button01-on.jpg) no-repeat;
}
table.table-cont td.td-center div#div-center div#buttons a#button2 {
	background:url(images/button02-on.jpg) no-repeat;
}
table.table-cont td.td-center div#div-center div#buttons a#button3 {
	background:url(images/button03-on.jpg) no-repeat;
}
table.table-cont td.td-center div#div-center div#buttons a#button4 {
	background:url(images/button04-on.jpg) no-repeat;
}
table.table-cont td.td-center div#div-center div#buttons a#button5 {
	background:url(images/button05-on.jpg) no-repeat;
}
table.table-cont td.td-center div#div-center div#bigbutton {
	position: relative;
	top:18px;
	left: 38px;
}
table.table-cont td.td-center div#div-center div#bigbutton a#bigbutton1 {
	display:block;
	margin:0;
	padding:0;
	width:756px;
	height:105px;
	background:url(images/bigbutton01-on.jpg) no-repeat;
}
table.table-cont td.td-center div#div-center div#bigbutton a#bigbutton1:hover img {
	display:none;
}
table.table-cont td.td-center div#div-center div#bigbutton div#covertop {
	width: 99px;
	height: 26px;
	background:url(images/covertop.jpg) no-repeat;
	position:absolute;
	top:-26px;
	left:20px;
}
table.table-cont td.td-center div#div-center .snbuttons {
	position:absolute;
	top: -220px;
	right: 25px;
}
table.table-cont td.td-center div#div-center .snbuttons .p1 {
	float:left;
}
table.table-cont td.td-center div#div-center .snbuttons .p2 {
	float:left;
}
table.table-cont td.td-center div#div-center #backbutton {
	width:242px;
	height:40px;
	position:absolute;
	top: -242px;
	left: 41px;
}
table.table-cont td.td-right {
	background-image:url(images/bg-right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}