html, body {
    margin: 0;
    padding: 0;
    border: 0;
	height: 100%;
}

body {
    background-color: #660000;
    color: white;
}

div,body,td {
    font-family: Tahoma,Arial, Helvetica;
}

#ramka {
}

div.panel {
    position: relative;
    top: 6px;
    left: -1px;
}

div.panelabs {
    position: absolute;
}

div.najplyta {
    position: absolute;
    left: 495px;
    top: 340px;
}

div#koncerty {
    position: absolute;
    left: 48px;
    top: 302px;
    width: 160px;
    height: 125px;
    font-size: 9px;
    color: black;
    overflow: hidden;
}

div#koncerty a {
    color: black;
    text-decoration: none;
}

div#koncerty a:hover {
    color: #B2B2B2;
}

div#koncerty p {
    margin: 0px;
    padding-bottom: 4px;
    line-height: 11px;
}

div#newsy {
    position: absolute;
    left: 370px;
    top: 95px;
    width: 170px;
    height: 125px;
    font-size: 9px;
    color: Black;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
}

div#newsy hr {
    height: 1px;
    margin: 0px;
    width: 159px;
}

div#newsy a, a.panel {
    color: #B2B2B2;
    text-decoration: none;
}

div#newsy a:hover, a.panel:hover {
    color: #F1F1F1;
}

div#teledysk {
    position: absolute;
    left: 224px;
    top: 262px;
    width: 95px;
    height: 60px;
    font-size: 9px;
    color: red;
    overflow: hidden;
}

div#banner {
    position: absolute;
    left: 296px;
    top: 350px;
    width: 90px;
    height: 90px;
    font-size: 9px;
    color: red;
    overflow: hidden;
}

div#homenews {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 320px;
    height: 200px;
    font-size: 9px;
    color: red;
    overflow: hidden;
}

div#player {
	position: absolute;
	left: 550px;
	top: 13px;
}

.noborder {
    border: none;
}
