@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	background-image:url(img/bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

#header {
	width:800px;
	height:198px;
	top:0;
	left:50%;
	margin-left:-400px;
	background-image:url(img/concept-radio-header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
}

#content {
	width:588px;
	top:198px;
	left:50%;
	margin-left:-392px;
	position:absolute;
	overflow:inherit;
}

#txt {
	width:540px;
	margin-top:25px;
	margin-left:25px;
	overflow:inherit;
}

.headline {
	font-size:14px;
}

.copytext {
	font-size:12px;
	line-height:20px;
}

#image {
	width:400px;
	height:425px;
	padding-left:70px;
}

#navigation {
	width:190px;
	height:450px;
	top:198px;
	left:50%;
	margin-left:202px;
	position:absolute;
}

#btn1, #btn2, #btn3, #btn4 {
	width:180px;
	height:22px;
	position:absolute;
	top:100px;
	background-color:#FFF;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top:2px;
	padding-right:10px;
}

#btn2 {
	top:136px;
}

#btn3 {
	top:172px;
}

#btn4 {
	top:208px;
}

a:link {
	color:#999;
	text-decoration:none;
	outline:0; 
	-moz-outline:0; 
}

a:visited {
	color:#999;
	text-decoration:none;
	outline:0; 
	-moz-outline:0; 
}

a:hover {
	color:#333;
	text-decoration:none;
	outline:0; 
	-moz-outline:0; 
}

a:active {
	color:#333;
	text-decoration:none;
	outline:0; 
	-moz-outline:0; 
}
