#content-frame {
		position: absolute;
        top:35px; left:0; bottom:25px; right:0;
		overflow: hidden;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		background: #000;
		width: 100%;
		xheight: 100%;
}


.credits-frame{
    position:absolute;    
    height:20px;
    bottom:0px;
    text-align:right;
    width:100%;
    border-top:solid 1px #888;
    background-color:#000;
    color:#888;
	font-family: Verdana, Geneva, Arial, Helvetica;
}

.credits-frame a{
    color:#888;
}

.credits-frame a:hover{
    color:#fff;
}
