article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

html, body {
    width: 100%;
    height:100%;
}
html { display: table; }
body {
	display: table-cell;
	vertical-align: middle;
	background: url(../img/bg-texture.png);
}
#container {
  margin: 0 auto;  
	max-width: 50em;
  position: relative;
}
#mark {
  margin: 0 auto 20px auto;
  width: 238px;
  height: 179px;
  position: relative;
  background: url(../img/mark.png) no-repeat;
  z-index: 5;
}
#type {
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  width: 543px;
  height: 92px;
  position: relative;
  background: url(../img/type.png) no-repeat, url(../img/border.png) no-repeat center bottom;
  z-index: 4; 
}
#tagline {
  margin: 0 auto;
  width: 543px;
  height: 24px;
  background: url(../img/tagline.png) no-repeat;
}
#burst {
  width: 317px;
  height: 317px;
  position: absolute;
  top: -69px;
  left: 167px;
  background: url(../img/burst.png) no-repeat;
  opacity: .5;
}
.no-csstransitions #burst { opacity: 0; }

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
