@charset "UTF-8";

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

*{
margin:0px;
padding:0px;
}

html, body {
position:absolute;
overflow:hidden;
width:100%;
height:100%;
background-color:#ffffff;
}

p {
height:100%;
}

.fullwindow {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}