*{
    margin:0;
    padding:0;
}

html{
	height:100%;
}

body{
    text-align: center;
	height:100%;
}

* html div.container{
	height:100%;
}

div.container {
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}

body > .container {
	height: auto;
}

.main {
	padding-bottom:70px;
}

.footer {
	position:absolute;
	left:0px;
	bottom:0px;
	height:70px;
	text-align:center;
	width:     100%;
	color:     #999999;
	font-size: 10pt;
	background-color:#000000;
}

.filmLine {
	height: 18px;
	padding: 0px 0px 0px 0px;
	background-image:url("http://cinemainn.net/common/image/film.gif");
	background-repeat:repeat-x;
}

.footerLinkLine {
	color:#999999;
}

.footerConfirmationComment {
	margin: 2px 0px 0px 0px;
	font-size:8pt;
}
.center {
	text-align:center;
	margin: 0 auto;
}
.footer A:link {
	color: #FBEC35;
}
.footer A:visited {
	color: #FB0;
}
.footer A:active {
	color: #ECA517;
}
.footer A:hover {
	color: #FFEF85;
}

.requiredText {
	margin: 0px 5px;
	color: #F00;
}


