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

#reference {
display: block;
position: absolute;
top: 50%;
width: 100%;
height: 0px;
}

#content {
position: relative;
top: -200px;
left: 10%;
width: 80%;
height: 400px;
background-color:ffffff;
}