@CHARSET "ISO-8859-1";

body{
	background-color: #555;
	text-align: center;
}

div.main{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.header{
	width: 800px;
	height: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(radioadmin_header_back.png);
	background-repeat: no-repeat;
}

div.content{
	width: 700px;
	height: 500px;
	padding: 50px;
	background-image: url(radioadmin_main_back.png);
	background-repeat: no-repeat;
	text-align: left;
}

button.demobutton{
	width: 100px;
	height: 30px;
	font-weight: bold;
}

div.contactbox{
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px black solid;
	width: 780px;
	background-color: white;
	padding: 10px;
}
