			body {
				font-family: sans-serif;
				font-size: 80%;
				text-align: center:
				margin: 0px;
			}
			.pagecontainer {
				width: 700px;
				margin-left: auto;
				margin-right: auto;
				text-align: left;
				background-color: #f8f8f8;
			}
			.header {
				background-image: url('http://boxoffice.filmhousecinema.com/peo/eiff/header.png');
				width: 700px;
				height: 150px;
				color: #880000;
				font-size: 140%;
				position: relative;
				overflow: hidden;
			}
			.headercontent {
				padding-left: 200px;
				padding-top: 30px;
				width: 500px;
			}
			.footer {
				font-size: 80%;
				color: #888;
				padding: 10px;
				text-align: center;
				border-top: 1px solid #888;
				margin-top: 30px;
				background-color: #fff;
			}
			.footer a {
				color: #888;
			}
			#dateselect {
				position: absolute;
				bottom: 5px;
				right: 5px;
			}
			.screening {
				border: 2px solid #880000;
				background-color: #fff;
				padding: 10px;
				margin: 10px;
				position: relative;
				min-height: 60px;
        			-webkit-border-top-left-radius:10px;
        			-webkit-border-top-right-radius:10px;
        			-webkit-border-bottom-left-radius:10px;
        			-webkit-border-bottom-right-radius:10px;
			
        			-khtml-border-radius-topleft:10px;
        			-khtml-border-radius-topright:10px;
        			-khtml-border-radius-bottomleft:10px;
        			-khtml-border-radius-bottomright:10px;
			
        			-moz-border-radius-topleft:10px;
        			-moz-border-radius-topright:10px;
        			-moz-border-radius-bottomleft:10px;
        			-moz-border-radius-bottomright:10px;

        			border-radius-topleft:10px;
        			border-radius-topright:10px;
        			border-radius-bottomleft:10px;
        			border-radius-bottomright:10px;
			}
			.screening .title {
				display: block;
				font-weight: bold;
				text-decoration: none;
				font-size: 120%;
				color: #880000;
			}
			.screening .time {
				display: block;
				font-size: 80%;
			}
			.screening .venue {
				display: block;
				font-size: 80%;
			}
			.screening .pitch {
				display: block;
				width: 500px;
			}
			.screening .tickets
			{
				font-size: 80%;
				display: block;
				color: #666;
				position: absolute;
				top: 10px;
				right: 10px;
				text-align: center;
			}
			.screening .tickets .ticketcount {
				font-size: 200%;
				display: block;
				clear: all;
			}
			.screening.soldout .tickets .ticketcount {
				color: red;
			}
			.screening .tickets a {
				text-decoration: none;
				color: #880000;
			}
			.screening.past {
				opacity: 0.5;
				filter: alpha(opacity=50);
			}
			.screening.soldout {
				background-color: #fff0f0;
				border-color: #bb0000;
			}
