<!--
body {
	height: 100%;
	width: 100%
	color: #444;
	font-family: Georgia;
	font-size: 10pt;
}

#logo
	{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 173px;
	height: 140px;
	background-image: url('/images/logo.gif');
}

#logo a {
	position: absolute;
	width: 173px;
	height: 140px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#logo a span {
	font-size: 0.75em;
	visibility: hidden;
}

#search {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 650px;
	height: 35px;
	background-color: #D7D7D7;
}

#menu {
	position: absolute;
	top: 35px;
	left: 330px;
	width: 650px;
	height: 35px;
}

#newsletter {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 225px;
	height: 10px;
	background-image: url('/images/newsletter.gif');
}

#newsletter a {
	position: absolute;
	width: 225px;
	height: 10px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#newsletter a span {
	font-size: 0.75em;
	visibility: hidden;
}

#searchbox {
	position: absolute;
	top: 0px;
	left: 360px;
	width: 275px;
	height: 15px;
}

label {
	position: absolute;
	top: 13px;
}

.search {
	position: absolute;
	top: -3px;
	background-color: transparent;
	color: #212121;
	font-size: 0.8em;
	border: solid 0 #333;
	background-image: url('../images/searchbg.gif');
	text-align: center;
	width: 161px;
	height: 13px;
	left: 55px;
}

.sb {
	position: absolute;
	left: 222px;
	top: 0px;
	border: solid 0 #333;
}

#url {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 128px;
	height: 35px;
	background-image: url('/images/url.gif');
}

#menu_home {
	position: absolute;
	top: 0px;
	left: 128px;
	width: 69px;
	height: 35px;
	background-image: url('/images/menu_home.gif');
}

#menu_home a {
	position: absolute;
	width: 69px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_home a span {
	font-size: 0.75em;
	visibility: hidden;
}

#menu_news {
	position: absolute;
	top: 0px;
	left: 196px;
	width: 68px;
	height: 35px;
	background-image: url('/images/menu_news.gif');
}

#menu_news a {
	position: absolute;
	width: 68px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_news a span {
	font-size: 0.75em;
	visibility: hidden;
}

#menu_videos {
	position: absolute;
	top: 0px;
	left: 264px;
	width: 74px;
	height: 35px;
	background-image: url('/images/menu_videos.gif');
}

#menu_videos a {
	position: absolute;
	width: 74px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_videos a span {
	font-size: 0.75em;
	visibility: hidden;
}

#menu_features {
	position: absolute;
	top: 0px;
	left: 338px;
	width: 89px;
	height: 35px;
	background-image: url('/images/menu_features.gif');
}

#menu_features a {
	position: absolute;
	width: 89px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_features a span {
	font-size: 0.75em;
	visibility: hidden;
}

#menu_reviews {
	position: absolute;
	top: 0px;
	left: 427px;
	width: 84px;
	height: 35px;
	background-image: url('/images/menu_reviews.gif');
}

#menu_reviews a {
	position: absolute;
	width: 84px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_reviews a span {
	font-size: 0.75em;
	visibility: hidden;
}

#menu_tv {
	position: absolute;
	top: 0px;
	left: 511px;
	width: 47px;
	height: 35px;
	background-image: url('/images/menu_tv.gif');
}

#menu_tv a {
	position: absolute;
	width: 47px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_tv a span {
	font-size: 0.75em;
	visibility: hidden;
}

#menu_artists {
	position: absolute;
	top: 0px;
	left: 558px;
	width: 92px;
	height: 35px;
	background-image: url('/images/menu_artists.gif');
}

#menu_artists a {
	position: absolute;
	width: 96px;
	height: 35px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#menu_artists a span {
	font-size: 0.75em;
	visibility: hidden;
}

#sky {	
	position: absolute;
	top: 175px;
	left: 840px;
	width: 120px;
	height: 600px;
	padding: 10px;
        background-color: #D7D7D7;
}

-->