@charset "UTF-8";
/* CSS Document */

.box {
    width:700px;
    height:303px;
    background-color:#d9d9d9;
    position:fixed;
    margin-left:-50px; /* half of width */
    margin-top:-150px;  /* half of height */
    top:50%;
    left:30%;
}