/* CSS Document */

/**** HTML, BODY AND DEFAULT STYLE ****/
/*************************************/
html, body { height: 100%; width: 100% }
body { font-family: Verdana, Geneva, sans-serif; font-size: 14px; margin: 0; padding: 0 }

/**** BODY STYLE ****/
/********************/
body {
	background-color: #8deaff;
	/* background-color: #696969; */
	/*background-image: url(../images/bg-intro.jpg);*/
	background-position: center center;
	background-repeat: repeat-x;
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
    /* -webkit-filter: grayscale(1); */
    /* filter: grayscale(1); */
}

/**** CONTAINER ****/
/*******************/
.cn {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.cn-bx {
	bottom: 50px;
	left: 0;
	position: absolute;
	right: 0;
	top: 30px;
}
.cn-bx-et {
	height: 100%;
	position: 0;
	text-align: center;
	width: 100%;
}
.cn-bx-et .img-bx {
	box-shadow: 0 0 15px rgba(0,0,0,0.3)
}
.cn-ot {
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 100%;
}
.cn-ot-in {
	bottom: 0;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 100%;
}
.cn-ot-in a {
	color: #000;
	font-size: 18px;
	text-decoration: none
}
