/* ---------------------------------------------------------------------------------------------------------------------------- CSS RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	outline: none;
	text-decoration: none;
	}

/* ---------------------------------------------------------------------------------------------------------------------------- TYPOGRAPHY */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-color: #86B7D7;
	}

h3 {
	font-size: 16px;
	font-weight: 700;
	}

p {
	font-weight: 700;
	}

#texts {
	display: none;
	}

p.win {
	padding: 10px 0 0 0;
	color: #000;
	}

p.win strong {
	display: block;
	font-size: 14px;
	letter-spacing: -1px;
	}

p#no-js {
	position: absolute;
	right: 45px;
	bottom: 5px;
	font-size: 12px;
	text-align: right;
	color: #FFF;
	}

/* ---------------------------------------------------------------------------------------------------------------------------- LAYOUT */
body.js-on {
	position: relative;
	}


#canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}

h1 {
	position: absolute;
	z-index: 1;
	left: 33px;
	bottom: 30px;
	width: 123px;
	height: 123px;

	background: url(../images/statement/heading1.png) no-repeat 0 0;
	text-indent: -9999px;	
	}

h2 {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 40px;
	width: 503px;
	height: 101px;
	background: url(../images/statement/heading2.png) no-repeat 0 0;
	text-indent: -9999px;
	}

p#contact {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 150px;
	width: 172px;
	height: 255px;
	background: url(../images/statement/contact.png) no-repeat 0 0;
	text-indent: -9999px;
	}

p#hint {
	display: none;
	}

body.js-on p#hint {
	display: block;
	position: absolute;
	z-index: 1;
	right: 110px;
	top: 50px;
	width: 198px;
	height: 28px;
	background: url(../images/statement/hint.png) no-repeat 0 0;
	text-indent: -9999px;
	}

p#print {
	position: absolute;
	z-index: 1;
	right: 40px;
	bottom: 30px;
	width: 114px;
	height: 32px;
	background: url(../images/statement/print.png) no-repeat 0 0;
	text-indent: -9999px;
	}

#links a#print-link {
	display: block;	
	position: absolute;
	z-index: 2;
	right: 40px;
	bottom: 30px;
	width: 114px;
	height: 32px;
	text-indent: -9999px;	
	}

#links a#contact-link {
	display: block;
	position: absolute;
	z-index: 2;
	left: 96px;
	top: 336px;
	width: 72px;
	height: 21px;
	text-indent: -9999px;
	}
