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

html {
  	height: 100%;
	width: 100%;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;}

body {
	/*font-size: 100%;*/
  	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-family: 'titilliumlight';
	font-size: 27px;
	line-height: 33px;
	text-align:center;
	color: #26358b;}

a {
	font-family: 'titilliumlight';
	text-decoration: underline;
	color: #26358b;}
	
input[type="checkbox"], input[type="radio"] {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;}

.title {
	font-family: 'titillium_bdbold';
	text-transform: uppercase;
	margin-top: 2px;}



/* MAIN CONTENT */

section {
	margin: -232px 0 0 -185px;
	position: absolute;
	top: 50%;
	left: 50%;}

	
section img {
	height: auto;
	width: 249px;
	margin-bottom: 60px;}
	