@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { 
	background-image: url('ricepaper2.png');
	background-size: 485px 485px;
	background-repeat: repeat;
}

#wrap { 
	background: transparent;
	padding-top: 200px;
}

#logo {
	width: 170px;
	background-color: transparent;
	background-image: url('zweibaum-logo.png');
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin: 0 auto;
}

#content {
	width: 170px;
	text-align: left;
	color: #948c75;
	font-family: helvetica, arial, sans-serif;
	margin: 30px auto 0 auto;
	background: transparent;
}

#content p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 1em;
}

#content a {
	color: #948c75;
	text-decoration: none;
}

#content a:hover,
#content a:focus,
#content a:active {
	text-decoration: underline;
	border: none;
	outline: none;
}
strong { font-weight: bold; }


@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {
		html { 
			background-image: url('ricepaper2_@2X.png');
		}

		#logo {
			width: 340px;
			height: 300px;
			background-image: url('zweibaum-logo@2x.png');
		}

		#content {
			width: 340px;
			margin: 60px auto 0 auto;
			background: transparent;
		}

		#content p {
			font-size: 24px;
			line-height: 40px;
			margin-bottom: 1em;
		}
}




