@charset "utf-8";
/* CSS Document */

.wrapper {
position: relative;
height: 100%;
width:100%;
} 

.box {
position: absolute;
top:50%;
left:25%;
margin-left:-400px;
margin-top:-300px;
height: 600px;
width: 800px;
}
