body {
    background:#fbf9f6 url(images/background-gradient.jpg) repeat-y;
    margin:0;
}
a, a:visited {
    color:#3f3f6d;
}

p {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    line-height:140%;
    margin-top: 0px;
    margin-left: -1px;
}

ul, li {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:140%;
	}

#leaves {
    background: url(images/background-leaves.gif) no-repeat top left;
    width:100%;
    height:644px;
    position:absolute;
    top:0;
    left:0;
}
#content {
    position:absolute;
    margin-left:188px;
    margin-top:21px;
    width:640px;
}
#logo {
    text-align:right;
    margin-bottom:8px;
}
#hd {
    float:left;
    margin-top:16px;
}

#player {
    width:640px;
    height:388px;
}
#player2 {
    width:640px;
    height:368px;
}
h1#main-headline {
    padding:0;
    text-align:center;
    margin-top:22px;
    margin-bottom:18px;
}

.hr hr {
    display:none;
}
.hr {
    clear:both;
    width:640px;
    height:30px;
    background: url(images/rule.gif) no-repeat top center;
    margin-bottom:12px;
    margin-top:10px;
    text-align:center;
}


.hr-bottom hr {
    display:none;
}
.hr-bottom {
    clear:both;
    width:640px;
    height:30px;
    background: url(images/rule-bottom.gif) no-repeat top center;
    margin-bottom:12px;
    margin-top:12px;
    text-align:center;
}

.clear {
    clear:both;
}
.columns {
    width:608px;
    margin-left:16px;
}
.left {
    float:left;
    width:296px;
}
.right {
    float:right;
    width:290px;
}
.headline {
}

#footer {
    text-align:center;
}


