
/*	-------------------------------------------------------------
	CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	html {
		margin: 0px;
		padding: 0px;
		background: url(http://trailers.apple.com/trailers/newline/loveinthetimeofcholera/images/background.jpg) center top no-repeat;
		
	}
	body {
		margin: 0px;
		padding: 0px;
	}
	
	img { 
		border: 0px; 
	}

	#container {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 550px;
	}
	
	#top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 228px;
	}
	
	#qt-large-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 156px;
	}
	
	#qt-medium-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 204px;
	}
	
	#qt-small-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 245px;
	}
	
	#middle-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 166px;
	}
	
	#qt-large-middle-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 270px;
	}
	
	#qt-medium-middle-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 199px;
	}
	
	#qt-small-middle-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 135px;
	}
	
	#middle-bottom {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 110px;
	}
	
	#qt-large-middle-bottom {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 127px;
	}
	
	#qt-medium-middle-bottom {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 127px;
	}
	
	#qt-small-middle-bottom {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 151px;
	}

	#bottom-top {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 50px;
	}
	
	#bottom-bottom {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 17px;
		text-align: left;
	}
	
	#bottom-req {
		margin: 0px;
		padding: 0px;
		width: 950px;
		height: 26px;
		text-align: left;
	}
	
	.box {
		width: 675px;
		height: 166px;
		
		border: 0px;
		margin: 0px;
		
		float: left;
	}
	
