* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

 
 
/* Vertical centering: make div as large as viewport and use table layout */
  
  
#logocontainer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

  /* Horizontal centering of image: set left & right margins to 'auto' */
  
#logo {
	display: block;
	margin: 1em auto;
	border-style: none;
	vertical-align: middle;
}

