

@charset "UTF-8";

body { background-color: #fff; }
#fullDiv {
  position: absolute;
  margin:30 0 0 0;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; /* or auto or scroll */
}

#header {
	margin-top: 10px;
	margin-bottom: 60px;
}
	
#entryText {

	margin-top: 30px;
	
}

