@import url(http://fonts.googleapis.com/css?family=Bangers);
@font-face {
    font-family: 'action_manregular';
    src: url('/font/Action_Man-webfont.woff') format('woff'),
         url('/font/Action_Man-webfont.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}



body {
  padding: 50px 50px 10px 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

#main {
	margin: 0 auto 0 auto;
	width: 735px;
	font-family: 'action_manregular';
}
#main section {
	width: 735px;
	margin:0;
	position:relative;
}
#main div { 
	border: 2px solid black;
	display: inline-block;
	margin:0;
	padding: 0 5px;
	vertical-align:top;
}
#main span {
	border: 2px solid;
	border-width: 0 2px 2px 2px;
	padding: 0 2px;
	display: inline-block;
	vertical-align: baseline;
    position:relative;
    z-index: 3;
	background: white;
}
#toprow div {
	width: 350px;
	height: 192px;
    position:relative;
}

#toprow div img, #bottomrow div img {
    position:absolute;
    top:0;left:0;
    bottom:0;right:0;
    z-index:1;
}

#toprow div:first-of-type {
	width: 351px;
	border-width: 4px 4px 4px 4px;
}
#toprow div:last-of-type {
	border-width: 4px 4px 4px 0;
}
#bottomrow div:first-of-type {
	width: 186px;
	height: 296px;
	background: url('https://picsum.photos/190/296') no-repeat;
	border-width: 0 4px 4px 4px;
	background-size: cover;
}
#bottomrow div:nth-of-type(2) {
	width: 186px;
	height: 296px;
	background: url('https://picsum.photos/190/296?') no-repeat;
	border-width: 0 4px 4px 0;
	background-size: cover;
}
#bottomrow div:last-of-type {
	width: 315px;
	height: 296px;
	background: url('/images/placeholder.jpg') no-repeat;
	border-width: 0 4px 4px 0;
}
#bottomrow div:last-of-type span {
	background: none;
}

footer {
	text-align:center;
	font-size: 18px;
	font-family: 'action_manregular';
	margin-top: 0.5em;
}

footer p {
	margin:0 0.2em;
}

footer a {
	font-weight:400;
	text-decoration: none;
	font-family: 'Bangers';
	font-size: 22px;
	margin:0;
}
footer p:last-of-type, footer p:last-of-type a {
	font-size:12px;
	font-family: 'action_manregular';
}

@media screen and (min-height: 700px) {
	footer {
		position: fixed;
		bottom:0;
		right:0;
		margin: 0 1em 0.5em 0;
	}

	footer p {
		margin:0;
		text-align:right;
	}

	footer a {
		font-weight:bold;
		text-decoration: none;
	}


}