	* {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	body {
		background: url(img/comm_tmx_bg.gif) no-repeat;
	}	
	
	p#fplogo {
		position: absolute;
		top: 312px;
		left: 150px;
		height: 38px;
		width: 100px;
	}

	#controls {
		position: absolute;
		top: 18px;
		left: 275px;
		width: 91px;
		height: 22px;
	}
	
	#controls ul {
		list-style: none;
	}
	
	#controls ul li {
		float: left;
		width: 91px;
		height: 22px;
	}
	
	a#close {
		display: block;
		width: 91px;
		height: 22px;
		background: url(/content/v4/us/sesamestreet/commercial/img/close_tmx.gif) no-repeat;
		text-decoration: none;
		text-indent: -7678px;
	}

	#movie-box {
		clear: both;
		width: 320px;
		height: 240px;
		position: relative;
		left: 32px;
		top: 50px;
		
	}
