html {
	overflow: hidden;
}
body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
}
#slider_bg {
	height: 379px;
	width: 832px;
	background-image: url(http://193.189.74.89/~tggroupc/new/images/splash/hdr_BG.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -416px;
	top: 77px;
}
#slider_hdr {
	height: 80px;
	width: 832px;
	background-image: url(http://193.189.74.89/~tggroupc/new/images/splash/landing_hdr.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -416px;
	top: 0%;
}
#slide_base {
	width:832px;
	height:30px;
	position:absolute;
	left:-416px;
	top:445px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
#center {
	position: absolute;
	left: 50%;
	top:  15%;
}
#slider {
	position: absolute;
	width: 800px;
	height: 344px;
	left: -400px;
	top: 90px;
	overflow: hidden;
}
#slider .slide {
	position: absolute;
	top: 0px;
	height: 344px;
	width: 500px;
	background: #000;
	overflow: hidden;
	border-left: #555 solid 1px;
	cursor: default;
}
#slider .title {
	color: #EA021D;
	font-weight: bold;
	font-size: 14px;
	margin-right: 0px;
	text-decoration: none;
}
#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 110%;
	top: 96%;
	background: #ffffbd;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#slider .text {
	position: absolute;
	top: 1%;
	top: 50%;
	color: #08216b;
	font-size: 11px;
	text-align: left;
	width: 490px;
	left: 5px;
	cursor: pointer;
}
#slider .text a {
	color: #EA021D;
	font-size:12px;
	text-decoration:none;
}
#slider .text a:hover {
	color: #08216b;
	text-decoration:underline;
}
#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}
.title img {
	outline: none;
}
img
{  border-style: none;
}