body{
    margin:0px;
    background:url('../images/mainBackground.jpg') #724C5B;
    font-family:arial, helvetica, sans, sans-serif;
    color:#474747;
    font-size:14px;
}

#outterWrapper{
    width:1400px;
    height:586px;
    margin:auto auto;
    background:url('../images/secondBack.png') no-repeat
}
.mainContainer{
    width:854px;
    margin:auto auto;
}
.playerBody{
    padding-top:160px;
    float:left;
    background:url('../images/main3.png') no-repeat;
    background-position:center 20px;
    width:864px;
}
.navLine * , .navLineBottom * {
    background:repeat-x;
}
.navLine, .navLineBottom{
    height:35px;
    width:380px;
    float:right;
    margin-right:10px;   
}
.navElement, .navElBottom{
    float:left;
    height:35px;
    line-height:35px;
    cursor:pointer;
    color:white;
    text-decoration:none;
    background:url('../images/nav.png');
    text-align:center;
    text-transform:capitalize;
}


/*top Elements*/
.navElement[id=top_first]{
    background-position:top left;
    width:120px;
}
.navElement[id=top_middle]{
    background-position:-120px 0px;
    width:140px;
}
.navElement[id=top_last]{
    background-position:top right;
    width:120px;
}
.navElement[id=top_first]:hover{
    background-position:0 69px;
}
.navElement[id=top_middle]:hover{
    background-position:-120px 69px;
}
.navElement[id=top_last]:hover{
    background-position:right 69px;
}
.navElBottom[id=bottom_first]{
    background-position:left 105px;
    width:120px;
}
.navElBottom[id=bottom_middle]{
    background-position:-120px 105px;
    width:140px;
}
.navElBottom[id=bottom_last]{
    background-position:right 105px;
    width:120px;
}
.navElBottom[id=bottom_first]:hover{
    background-position:left 175px;
    width:120px;
}
.navElBottom[id=bottom_last]:hover{
    background-position:right 175px;
    width:120px;
}
.navElBottom[id=bottom_middle]:hover{
    background-position:-120px 175px;
    width:140px;
}
.navDiv{
    float:left;
    height:25px;
    margin-top:5px;
    width:2px;
}
.channelMiddle{
    height:300px;
    width:864px;
    float:left;
    background:url('../images/contRow.png');
}

#playerTable{
    float:right;
    height: 300px;
    width:450px;
    margin:0px 6px 0 0;
}
#content{
    float:right;
    margin-right:10px;
    height:298px;
    width:380px;
    overflow:hidden;
    background:url('../images/navBack.png');
}

/*RHS NAV*/
.block{
    float:left;
    height:298px;
    width:380px;
    background:orange;
}