#box {
background-color: #dcdcdc;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;

-webkit-box-shadow: 2px 2px 2px 2px rgba(51,51,51,0.3);
-moz-box-shadow: 2px 2px 2px 2px rgba(51,51,51,0.3);
box-shadow: 2px 2px 2px 2px rgba(51,51,51,0.3);
border-radius: 15px;

width: 600px;
height: 230px;
}

#titlebox {
width:320px;
position: absolute;
top:70px;
left:0px;
z-index: 9500;
}

#tbox {
width:600px;
position: absolute;
top:100px;
left:10px;
z-index: 9500;
}

#daybanner{
position: relative;
display: block;
top: 15px;
left: 10px;
}

#cbg {
-moz-transform:rotate(-8deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(-8deg); /* Safari */
-o-transform:rotate(-8deg); /* Opera */
-ms-transform:rotate(-8deg); /* IE9 */
transform:rotate(-8deg); /* W3C */
}

#cover {
position: absolute;
top: 15px;
left: 194px;
-moz-transform:rotate(-8deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(-8deg); /* Safari */
-o-transform:rotate(-8deg); /* Opera */
-ms-transform:rotate(-8deg); /* IE9 */
transform:rotate(-8deg); /* W3C */
}

#player {
position: absolute;
display:block;
top: 5px;
left: 500px;
}