body{
	margin: 0;
	padding: 0;
}

#page_bg{

}

img.bg{
	height: auto;
	left:0;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	top: 0;
	width: 100%;
}

.center{
    position: relative;
    width: 190px; height: 40px;
	background-image: url('../img/ts_lgo.png');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
}

.center-page{
	position: relative;
	text-align: center;
	display: block;
}

p {
	padding: 5px;
	background-color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #3e3e3e;
	opacity: 0.5;
	}

p:hover {
	opacity: 0.99;
	}
