* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clr {
	clear: both;
}

body {
}

.yellow_line {
	background-color: #FAFF65;
	width: 100%;
	height: 27px;
	position: absolute;
	display: none;
}

#wrapper {
	width: 1252px;
	margin: 0 auto;
	position: relative;
	.lead {
		font: 16px/25px Nonamegrotesk;
		width: 560px;
		position: absolute;
		top: 270px;
		left: 560px;
		a {
			color: inherit;
		}
	}
	.movie {
		a {
			color: #0F78FF;
			font: italic 16px/19px Octava;
			display: block;
		}
	}	
	
	h2 {
		font: 60px/73px Octava;
		margin-left: 120px;
		i {
			font: italic 60px/73px Octava;
		}
	}
	table {
		margin-top: 80px;
		pre {
			font: 15px/23px Octava;
			cursor: default;
		}
	}
}
