@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
}
img {
   behavior: url("pngbehavior.htc");
}

.cont-box {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-375px;
	margin-top:-220px;
}
.cont {
	height: 440px;
	width: 750px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
.cont-in {
	font-family: arial;
	width: 400px;
	font-size: 16px;
	margin-top: 100px;
	margin-left: 300px;
	position: fixed;
}
.cont-in-botton {
	font-family: arial;
	width: 400px;
	margin-left: 300px;
	position: fixed;
	margin-top: 170px;
	
}
