@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(img/bg_2.jpg) repeat-x;
	text-align: left;
	margin: 0 auto;
	font-family: Arial;
}

img{
	border: 0;	
}

#main {
	background: url(img/bg.jpg) top left no-repeat;
	height: 800px;

}

#left{
	color: #ffffff;
	float: left;
	min-height: 750px;
	width: 330px;
}


#left_txt{
	padding-top: 460px;
	padding-left: 70px;
	font-family: arial;
	font-size: 11px;
	
}

#left_txt li{
	color: #8a8a8a;
}

#left_txt span{
	color: #bebebe;
	font-weight: bold;
}

#left_txt a{
	color: #cee8ff;	
	font-weight: bold;
}

#right_txt{

	padding-top: 297px;
	padding-left: 360px;
	font-family: arial;
	font-size: 11px;
	color: #919191;
}

#right_txt a{
	color: #919191;	
}

#right_txt td{
	padding: 6px;	
	border: 0px;
}

#footer{
	width: 741px;
	margin-top: 20px;
	text-align: right;
}

.tip {
	font-family: arial;
	font-size: 10px;
	width: 212px;
	padding-top: 17px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 15px 0 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
