html, body {
	font-family: Microsoft Sans Serif, MS Sans Serif, Tahoma, Verdana, Arial, sans-serif;	/* Font to use */
	font-size: 12px;

	margin:0px;
	padding:0px;
	
	height:100%;
	min-height: 100%;
	width:100%;

}

a {
	color: #bbb;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
}

body {
	background: url("images/back.gif") repeat-x;
	background-color:#475C9A;
}

.wrapper {
	padding-left: 80px;
}

.air, .air2 {
	font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	letter-spacing: -3px;
	
	margin-top: 19px;
}

.air2 {
	font-size: 20px;
	color: #ccc;
	letter-spacing: -1px;
}


.logo {
	margin: 0;
	padding: 0;
	margin-bottom: 27px;
}

.listen {
	margin-top: 30px;
	vertical-align: middle;
	color: #fff;

	font-family: Microsoft Sans Serif, MS Sans Serif, Tahoma, Verdana, Arial, sans-serif;	/* Font to use */
	font-size: 12px;
}

.online {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 54px;
	left: 370px;
}

.listen img {
	border: none;
	vertical-align: middle;
	margin-left: -15px;
	
	-moz-opacity:0.4;
	filter:alpha(opacity=40);	
}

.listen img:hover {
	-moz-opacity:0.7;
	filter:alpha(opacity=70);	
}

.credits {
	font-size: 10px;
	color: #aac;
}

.counters {
	font-size: 10px;
	color: #fff;
}
.counters img {
	-moz-opacity:0.2;
	filter:alpha(opacity=20);
}

.counters img:hover {
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.highlight {
	color: #ccf;
}#block #listen {
	float: right;
	width: 300px;
}
#block {
	width: 800px;
}

