body {    
    background-image: url("images/starz.jpg");
    background-repeat: repeat;
    overflow-x: hidden;
}
th, td {
    border: 3px solid blue;
}
td {
    height: 70px;
    background-color: white;
}

img.menu {
    float:left;
    padding:10px;
}

img.bgrotate {
    padding-left: 15%;
    opacity:0.5;
    float:left;
    position: absolute;
    z-index: -1;
}

div.menu {
    margin-bottom:20px;
}

div.main {
    position:absolute;
    top:10;
    left:0;
    padding-left: 20px;
    width:900px;
}

h1.satan {
    font-weight:bolder;
    padding-left: 10px;
}

#calendar_container {
    width:800px;
    height:80%;
    position:relative;
    margin-left: 30px;
}
#data_chooser {
    font-family: Arial, Helvetica, sans-serif;
    width:50%;
    border:solid 3px blue;
    margin-top:10px;
    margin-left:25%;
    margin-bottom:5px;
    padding:20px;
    text-align:center;
    background-color:aqua;
    font-size:x-large;
    font-weight: bolder;
}
.arrow {
    position: absolute;
    top:2px;
    font-size:large;
}
.left {
    left:2px;
    margin-left: 10%;
}
.right {
    right:2px;
    margin-right: 10%;
}
.arrow a {
    text-decoration: none;
}
.today {
    background-image: url("images/today.jpg");
}
#calendar_display table {
    text-align:center;
    table-layout: fixed;
    width:100%;
    height:100%;
}
#calendar_display table td{
    width: 70px;
    border: 3px solid blue;
}

div.help {
    font-weight: bolder;
    font-size: larger;
    margin-left: 20%;
    position:absolute;
    bottom: 0;
    float:left;
    cursor:pointer;
    z-index: 2;
}

div.feedback {
    position:absolute;
    padding-left: 5%;
    padding-top: 5%;
    width: 100%;
    height: 100%;
    font-size: 6em;
    background-color: yellow;
    color: blue;
    z-index: 100;
    font-weight: bolder;
}
