#header {
    height: 100px;
}
#footer{
    margin-bottom: 10px;
    font-family: comic sans ms;
    font-size: 14px;
    padding: 10px;
    color: mediumblue;
}
#mainContent {
    width: 97%;
}
#sideBar {
    width: 270px;
    padding: 0px;
}
body#player{
    margin: 0px;
}
.textbox{
    text-align: center;
    font-family: cursive;
    font-size: 16px;
    color: blueviolet;
    text-indent: 20px;
}
.input_my_zzk{
    width: 165px;
}