/**
* faust css style
*/

*  {
	padding: 0;
	margin: 0;
	border: 0;
}

a{
	color: green;
	text-decoration: none;
}

a:hover{
	color: #003366;
}


div#header {
	width: 100%;
	height: 100px;
	background: url('/images/top_bg.gif') repeat-x;
}
div#center {
	
}

div#radio {
	margin-top: 12px;
	margin-bottom: 18px; 
	margin-left: 85px;
	width: auto;
}

div#footer {
	width: 100%;
	height: 105px;
	background: url('/images/footer_bg.png') repeat-x;	
}

div#player {
	width: 176px;
	height: 20px;
}

/* link style */
#header .radio_link {
	position: relative;
	left: 116px;
	top: 36px;
}

#header .film_link {
	position: relative;
	left: 180px;
	top: 34px;
}

#header .rasta_link {
	position: relative;
	left: 240px;
	top: 32px;
}

.kinotext {
	font-family: bold verdana, arial;
	font-size: 1em;
	color: gray;
}

.count {
	font-family: bold verdana, arial;
	font-size: 18px;
	color: gray;
}