div#home {
text-align: center;
}
div#datebox {
text-align: center;
font-size: 26px;
background: #ffffff;
padding: 5px 0px;
border: #000 2px solid;
width: 275px;
margin: 0 auto;
font-weight: bold;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
div#yourdate {
text-align: center;
background: #ffffff;
padding: 1px 0px;
border: #000 2px solid;
border-top: none;
width: 275px;
margin: 0 auto;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}

div#newfloat {
position: absolute;
margin-left: -250px;
left: 50%;
top: 50px;
-webkit-border-radius: 10px;
background-color: rgba(0,0,0,.7);
color: white;
font-size: 24px;
font-weight: bold;
padding-top: 100px;
height: 500px;
width: 500px;
text-align: center;
}

div#newfloat p {
margin: 10px;
}

body.fully div#newfloat {
display: none;
}
