#gettingready {
	width:600px;
	height:800px;
	position: absolute;
	text-align:center;
	vertical-align:middle;
	padding-top:380px; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	margin: auto;
	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	line-height: 100%;
	word-spacing: 1ex;
	letter-spacing: 1ex;
	text-decoration: none;
	text-transform: none;
	text-indent: 0ex;
}

#tv {
	width:550px;
	height:800px;
	position: absolute;   
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	margin: auto; 
	display:none;
}

#screenContainer{
	width:360px;
	height: 300px;
	background: url('static.gif'); 
	position:absolute; 
	top:60px; 
	left:60px;
}

#screen{
	position: absolute; 
	top:0px;
	left:0px;
	width:360px; 
	height: 300px;
}

#tellyContainer {
	width:550px;
	height:800px; 
	position: absolute; 
	top:0px; 
	left:0px;
}

#telly{
	position: absolute; 
	top:0px; 
	left:0px;
	width:100%;
	height:100%;
}