@CHARSET "UTF-8";

.show_header
{ 
width:400px;
height: 50px;
clear: both;
background-color: rgb(236, 236, 236);
}

.show_header p {
text-align: center;
}

.show_main_box
{
	float: left;
	width:385px;
	/* height:90px; */
	margin:15px 10px 30px 10px;
}

.radio_logo
{
float: left;
background-repeat:no-repeat;
background-position:center; 
width: 160px;
height: 90px;
}

.radio_info_box
{
vertical-align: center;
float: right;
text-align: left;
width: 220px;
}

.radio_info_box p{
	margin-top: 20px
}

