/* LAYOUT */

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	background: url(../images/bg1920.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* HID */

.hid {
display: none;
}

/* CONTAINER*/

#container {
	width: 720px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

/* HEADER */

#header {
	height: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

/* CONTENT */

#content {
	background: url(http://clients.filialgeneration.com/lbcradio/v3/images/content_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 720px;
	min-height: 560px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main {
	width: 450px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-align: justify;
	color: #FFFFFF;
}

.main {
	font-size: 11px;
	line-height: 14px;
	padding: 0 5px 0 5px;
}

/* SIDEBAR */

#sidebar {
    width: 270px;
    height: 540px;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    float: right;
}

#sideAD {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.bottomAD {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* FOOTER */

#footer {
	height: 60px;
	background: #000000;
	bottom: 0;
	margin: 0 0 0 0;
	padding: 10px 2px 0 0;
	text-align: center;
	line-height: 14px;
}

#footer a, #footer a:visited {
    color: #8996A3;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#sergio {
	float: right;
	margin-right: 2px;
}

/* LINKS */

a:link {
	color: #88A4BF;
}
a:visited {
	color: #88A4BF;
}
a:hover {
	color: #88A4BF;
}
a:active {
	color: #88A4BF;
}