body {
	text-align: center;
	font: 16px/1.6 sans-serif;
	line-height: 22px;
	color: #2e261d;
	background: #f3e8d2 url(css_html_bg.jpg) top center;
	background-image: url(css_footer_skyline.gif), url(css_alex_II.gif), url(css_html_bg.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: bottom center, top left, top center;
	background-size: contain, auto, cover;
	width: 100%;
	padding: 0;
	margin: 0;
	text-shadow: 0 0 2px rgba(255,255,255,.7);
	min-height: 100vh;
}

a {
	color: #000;
}

article {
	max-width: 460px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}

.csc-textpic-imagewrap {
	max-width: 100%;
	height: auto;	
}

.csc-textpic img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 480px){
	body {
		background-position: bottom center, -70px -40px, top center;
		background-size: 200%, auto, 50%;
		font-size: 16px;
	}
}