html, body {
	color:#eef;
	background:#234;
}

.container {
	margin:auto;max-width:1000px;
	padding:16px;
	/*color:yellow;
	background:navy;*/
}
header {
	min-height:64px;
	border-bottom:solid 1px;
}
header a {text-decoration:none;}
footer {
	margin-top:480px;
	font-size:small;
	text-align:right;
}

a {color:inherit;}


main {
}

.beurks {
	margin:16px;
	text-align:center;
}
img, video, figure {
	max-width:100%;
}
.beurks img {
	border-top-left-radius:64px;
	border-bottom-right-radius:128px;
}
video {max-width:480px;}
