*{
	margin:0;
	padding:0;
}
.eventpagewrap{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#FFF;
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;

}
html{
	background-color:#FFF;
	color:#fff;
	height:100%;
}
body{
	height:100%;
}