@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #504543 url(../images/bg.jpg) repeat-x top center;
}
body, div, a, p {
	color: #fedd95;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
}
img { border: 0px; }


#clr { clear: both; }


.wrapper {
	position: absolute;
	width: 980px; 
	background: url(../images/001.jpg) top center no-repeat;
	left: 50%;
	margin-left: -490px;
}

.cineplex {
	width: 360px;
	height: 120px;
	float: left;
	background: url(../images/cineplex_01.png) no-repeat center center;
	margin-top: 150px;
}
.cineplex:hover {
	background: url(../images/cineplex.png) no-repeat center center;
}

.cinemaxx {
	width: 360px;
	height: 120px;
	float: right;
	background: url(../images/cinemaxx_01.png) no-repeat center center;
	margin-top: 150px;
}
.cinemaxx:hover {
	background: url(../images/cinemaxx.png) no-repeat center center;
}

.navi {
	margin-left: 160px;
	margin-right: 160px;
	margin-top: 320px;
}
	.navi .mainnav {
		float: left;
		list-style: none;
	}
		.navi .mainnav a {
			text-decoration: none;
		}
		.navi .mainnav li {
			float: left;
			padding: 0px 10px;
			text-transform: uppercase;
		}


	.navi .social {
		float: right;
		list-style: none;
	}
		.navi .social li {
			float: left;
			padding: 0px 10px;
			text-transform: uppercase;
		}

		
.footer {
	margin-left: 160px;
	margin-right: 160px;
	text-align: center;
}		
	.footer .logo {
		margin-top: 30px;
	}
	.footer .credit {
		margin-top: 20px;
		color: #ffffff;
		font-size: 10px;
	}
		
		
		
		
		
		
		
		
		
		
