/*
-----------------------------------------------
'Tis the Season Global Styles
Author: Chad Spencer
----------------------------------------------- */

/* Overwrites and Tag Declerations
----------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.hook {
	display: block;
}
.hook:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .hook {
	height: 1%;
}
.clear {
	clear: both;
}

/* All Styles
----------------------------------------------- */
#wrapper {
  background: #00aced;
  height: 100%;
  padding: 0 0 0 0;
}
#container {
  background: url(/images/container.png) no-repeat;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 944px;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 944px;
}
h1 a {
  background: url(/images/logo.png);
  display: block;
  height: 186px;
  left: -1px;
  position: absolute;
  text-indent: -9999px;
  top: 28px;
  width: 187px;
}
#snow {
  background: url(/images/snow.png) repeat-x center top;
  bottom: 0;
  height: 240px;
  position: absolute;
  width: 100%;
}
#badge {
  background: url(/images/badge.png);
  bottom: 100px;
  height: 261px;
  left: 50%;
  margin: 0 0 0 -205px;
  position: absolute;
  text-indent: -9999px;
  width: 410px;
  z-index: 10;
}
#badge p {
  margin: 70px 0 0 80px;
}
span#m,
span#a,
span#r,
span#y,
span#cursor {
  display: block;
  float: left;
  height: 121px;
}
span#m {
  background: url(/images/m.png);
  width: 69px;
}
span#a {
  background: url(/images/a.png);
  width: 62px;
}
span#r {
  background: url(/images/r.png);
  width: 69px;
}
span#y {
  background: url(/images/y.png);
  width: 56px;
}
span#cursor {
  background: url(/images/cursor.gif);
  width: 1px;
}
#instructions {
  background: url(/images/instructions.png);
  bottom: 350px;
  height: 160px;
  left: 620px;
  position: absolute;
  text-indent: -9999px;
  width: 227px;
}
#alert {
  background: url(/images/alert.png);
  bottom: 375px;
  height: 164px;
  left: 400px;
  position: absolute;
  text-indent: -9999px;
  width: 285px;
}
a#twitter {
  background: url(/images/twitter.png);
  display: block;
  height: 32px;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 200px;
  width: 118px;
}
a#facebook {
  background: url(/images/facebook.png);
  display: block;
  height: 32px;
  left: 138px;
  position: absolute;
  text-indent: -9999px;
  top: 200px;
  width: 159px;
}