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

html{
	height:100%;
	width:100%;
}

body{
    background-color:#000;
    height:100%;
	width:100%;
	margin:0px;
}


#div-pagecontainer{
	height:100%;
	width:100%;
	
}


#editible-area{
	height:70%;
	width:60%;
	padding:5% 20% 25% 20%;
}





