/* This is the only stylesheet included on the sweepstakes page as it breaks the template mold */
@font-face {
  font-family: 'Matterhorn';
  src: url("//a.dilcdn.com/a/m4-13ef6d6781de.eot#") format("eot"), url("//a.dilcdn.com/a/m4-5c24a4ac7054.woff") format("woff"), url("//a.dilcdn.com/a/m4-fbaf84d44626.ttf") format("truetype"), url("//a.dilcdn.com/a/m4-e6933e401c71.svg#Matterhorn") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,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,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body, html {
	background-color: #00091D;
}

#goc-body {
	background-color: #00091D;
	font-family: 'Matterhorn', Arial;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	width: 1024px;
	position:  relative;
	margin: 0 auto;
	font-family: 'Matterhorn', Arial;
	background-color: #00091D;
}

#pages {
	height: 611px;
	width: 1024px;
	position: relative;
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("assets/bg.jpg");
}

#logo {
  display: block;
  height: 115px;
  left: 50%;
  margin: 0 auto 0 -133px;
  position: absolute;
  top: 1px;
  width: 266px;
  z-index: 500;
	font-weight: 800;
}

#logo span {
	position: absolute;
	top: 101px;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 13px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#home {
	position: absolute;
	top: 20px;
	left: 14px;
}

#sweepstakes-iframe {
	position: absolute;
	overflow: hidden;
	width: 996px;
	height: 368px;
}

.window {
	top: 150px;
	left: 14px;
	width: 996px;
	height: 368px;
	position:  absolute;
}

.window .header {
	position: absolute;
	top: -17px;
	z-index: 1;
	width: 263px;
	height: 36px;
	left: 50%;
	margin-left: -131px;
}

#footer-3d {
	background: url("../../d/global/assets/footer/spritesheet.png") no-repeat;
	width: 330px;
	height: 51px;
	background-position: -5px -5px;
	margin: 30px auto 0 auto;
}

#footer-rating {
	height: 138px;
	text-align: center;
	padding-top: 14px;
	color: #a4daf0;
	
}

#footer-rating .rating {
	background: url("../../d/global/assets/footer/spritesheet.png") no-repeat;
	margin: 0 auto;
	width: 218px;
	height: 86px;
	background-position: -100px -166px;
}

#footer-rating .copy {
	padding-top: 20px;
	font-size: 12px;
}

#footer-rating a:link,
#footer-rating a:visited {
	color: #a4daf0;
}