body {
	background-color: #000000;
}


div.main {
	width:837px;
	height:621px;
	background: url('gfx/TvBg.jpg') no-repeat;
	position:absolute;
	left: 20px;
	top: 62px;
	z-index:0;
	
	
}

div.TmLogo {
	position:absolute;
	left: 30px;
	top: 15px;
	z-index:0;
}

div.MySpaceLogo {
	position:absolute;
	left: 480px;
	top: 15px;
	z-index:0;
}

div.FacebookLogo {
	position:absolute;
	left: 695px;
	top: 22px;
	z-index:0;
}

div.FacebookButton {
	position:absolute;
	left: 750px;
	top: 29px;
	z-index:1;
}

div.LastFmLogo {
	position:absolute;
	left: 590px;
	top: 15px;
	z-index:0;
}

div.MainPic {
	position:relative;
	left: 65px;
	top: 63px;
	z-index:0;
}

div.MainScreen {
	width: 465px;
	height: 335px;
	position:relative;
	left: 100px;
	top: 115px;
	z-index:1;
}

div.MainMenu {
	width: 70px;
	position:absolute;
	left: 723px;
	top: 327px;
	z-index:1;
	text-align: right;
	
}

div.Footer {
	width: 300px;
	position:absolute;
	left: 260px;
	top: 575px;
	z-index:1;
	text-align: right;
	
}


a.menu {
	font-family: Tahoma;
	color: #bababa;
	font-size: 11px;
	text-decoration: none;
	line-height:24.5px;
}

a.menu:hover {
	font-family: Tahoma;
	color: #bababa;
	font-size: 11px;
	text-decoration: none;
	line-height:24.5px;
	margin-right: 2px;
}


p.main {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	padding: 0px;
}

p.footer {
	font-family: Verdana;
	color: #adadad;
	font-size: 9px;
	text-align: center;
	padding: 0px;
}


