@charset "utf-8";

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size:100%;
	background:transparent;
}

body {
  background: url(bg.jpg) no-repeat;
  background-size: 100%;
  background-color:#EDCB0D;
}

.title, .subtitle {
	display:block;
}

#page {
position: absolute;
  width: 1024px;
  height: 750px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -375px 0 0 -512px;
	z-index:0;
}

#page h1, #page h2 {
	font-family:'Londrina Solid', Arial, Helvetica, sans-serif;
	font-size:48px;
  color:#328BFD;
	font-weight:normal;
	margin:20px 0;
  text-align:center;
  text-shadow: 0px 0px 10px yellow;
}

#page h2 {
	font-size:30px;
}

#page .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px yellow;
}

#page .qrcode {
}

.row {
  width:1024px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.column {
  width: 33%;
}