	
		* {
			margin: 0;
			padding: 0;
			}
	
		body {
			background-color: #36230b;
			color: #ccb08f;
			}
			
		a:link, a:visited {
			color: #ccb08f;
			text-decoration: none;
			background: #3d270c;
			}

		a:hover {
			background: #291a08;
			}

		#wrapper {
			top: 0;
			left: 0;
			width: 100%;
			height: 95%;
			position: fixed;
			display: table;
			}
			
		#inner-wrap {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			}
			
		p {
			}
			
		ul {
			list-style: none;
			font-family: HelveticaNeue-Light, "Helvetica Neue", sans-serif;
			font-size: 48px;
			line-height: 72px;
			letter-spacing: 1px;
			}
			
		li {
			display: inline;
			padding: 12px;
			}
			
		img {
			border: 1px solid #ccb08f;
			margin: 0 auto;
			display: block;
			}
			
		a img {
			outline: none;
			}
			
