* {
	border:			0px solid #eee;
	margin:			0;
	padding:		0;
	list-style:		none
}
html,body,#bg,#bg table,#bg td,#cont {
	width:			100%;
	height:			100%;
	overflow:		hidden
}
body {
	font-family:		"Myriad Pro";
	font-size:		11px;
	font-weight:		100;
	cursor:			default;
	color:			#fff;
	background:		#000;
}
a {
	font-size:		11px;
	text-decoration:	none;
}
t1 {
	font-size:		20px;
	text-align:		left;
	display:		inline;
}
t2 {
	font-size:		11px;
	font-weight:		bold;
	text-align:		left;
	display:		block;
}
t3 {
	color:			red;
	font-size:		11px;
	text-align:		left;
	display:		block;
}
#content {
	position:		absolute;
	overflow:		auto;
	z-index:		70;
}
	main {
		position:		absolute;
		width:			800px;
		height:			20px;
		top:			45%;
		right:			5%;
		z-index:		80;
	}
	main div {
		padding:		0% 0% 0% 40%;
	}
	sign {
		position:		absolute;
		width:			250px;
		height:			250px;
		top:			30%;
		left:			10%;
		z-index:		80;
	}
	sign div {
		padding:		0px 0px 0px 0px;
	}
#bg div {
	position:		absolute;
	width:			200%;
	height:			200%;
	top:			-50%;
	left:			-50%;
}
#bg td {
	vertical-align:		middle;
	text-align:		center;
}
#bg img {
	min-height:		50%;
	min-width:		50%;
	margin:			0 auto
}