
body #cont{
	padding:10px 0;
	background-image: url(frame/main.jpg), url(frame/mainBG.jpg);
	text-align: center;
}

#logo{
	position: absolute;
	left:50%;
	margin-left:-140px;
	top:-60px;
	z-index: 1000;
}

#cn2cont{
	width: 1100px;
	height:auto;
	padding:25px 0;
	margin:0 auto;
	background-color: rgba(13,0,15,0.7);
	box-shadow:0 0 10px rgba(45,43,41,0.75);
	*background-color: #000;
	border-radius: 8px;
	text-align: center;
	margin-bottom:70px;
}

#bottom{
	width:100%;
	height:auto;
	position:fixed;
	bottom:0;
	margin:0 auto;
	background-image:url(frame/bottom.png);
	background-position: center -10px;
	background-repeat: no-repeat; 
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	line-height: 190%;
	z-index:999;
}
