html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #a79581;
	scrollbar-face-color: #dfd8c6;
	scrollbar-highlight-color: #dfd8c6;
	scrollbar-shadow-color: #dfd8c6;
	scrollbar-3dlight-color: #efefde;
	scrollbar-arrow-color: #958573;
	scrollbar-track-color: #dfd8c6;
	scrollbar-darkshadow-color: #adad9c;
}
.maindiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.drag { 
	position: absolute;
	cursor: move;
	width: 150px;
	height: 244px;
	background-color: #dfd8c6;
	filter: alpha(opacity=0);/*50*/
	-moz-opacity: 0;/*0.5*/
	-khtml-opacity: 0;/*0.5*/
	opacity: 0;/*0.5*/
	/*display: block;
	visibility: visible;
	border: 2px solid #FF6600;*/
}
.backlight {
	background-color: #dfd8c6;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
a, a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #dfd8c6;
}
a.lang, a.lang:link, a.lang:active, a.lang:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #dfd8c6;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.lang:hover {
	color: #000000;
}
