body{
	background-color: #000;
	background: url(background.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

#screen{
	width: 60%;
	position: absolute;
	left: 7%;
	bottom: 30px;
}

#frameWrap
{
position: absolute;
left: 17%;
right: 16%;
top: 13%;
bottom: 33%;
}

#ticker{
	position: absolute;
	padding: 10px;
	bottom: 0%;
	width: 100%;
	color: #FFF;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
}

#logo{
	position: absolute;
	top: 10px;
	right: 10px;
}

#webLink{
	position: absolute;
	bottom: 10px;
	color: #FFF;
	font-size: 0.9em;
	right: 10px;
}