html {
	height: 100%; 
	max-height: 100%;  
	padding: 0px; 
	margin: 0px; 
	border: none; 
	font-size: 12px; 
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	background: #e8eea8;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
	overflow: hidden;
/* */ 
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
}
/************ right ************/
div#cr {
	position: absolute;
	top: 12%;
	left: 49%;
	width: 480px;
	height: 87%;
	bottom: 1%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0000ff;
	background: #fffafa;
	text-align: right;
}
div#container {
	position: absolute;
	top: 1%;
	left: 0px;
	width: 100%;
	height: 98%;
	bottom: 1%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	overflow: auto;
	text-align: justify;
}
div#container a, div#container a:visited {
	text-decoration: none; 
	color: #000000;
}
div#container a:hover {
	color: #656565;
}
div#container a span.hea {
	display: block;
	margin: 0px;
	padding: 0px 25px 10px 25px;
	border: none;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #dc143c;
	line-height: 18px;
}
div#container a span.quo {
	display: block;
	margin: 0px 25px 20px 45px;
	padding: 0px;
	border: none;
	font-family: 'palatino linotype', 'times new roman', serif;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
div#container a:hover span.hea {
	color: #fa8072; 
}
div#container a:hover span.quo {
	color: #656565; 
}
/************ left ************/
div#cl {
	position: absolute;
	top: 0%;
	right: 52%;
	width: 46%;
	height: 100%;
	bottom: 0%;
	background: url(bg.jpg) right center no-repeat;
}
/************ counters ************/
div#counters {
	position: absolute;
	bottom: 0px;
	right: 250px;
	width: 207px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
div.counter {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 88px;
	height: 31px;
}
div.counter img {
	border: none;
}
div.live {
	width: 31px;
}
/************ sv ************/
div#link {
	position: absolute;
	bottom:  1%;
	right: 0px;
	width: 170px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	text-align: center;
}
div#link a {
	display: block;
	margin: 0px auto;
	text-decoration: none;
	width: 170px;
	height: 20px;
	background: #c84d6a;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
div#link a:hover {
	background-color: #4682b4;
}
/************ title ************/
div#title {
	position: absolute;
	top: 0%;
	left: 40%;
	width: 488px;
	height: 56px;
	border: none;
	background: url(title.jpg) no-repeat;
}

