@charset "UTF-8";
/* Foundational styles for Sheetz Summer ofLove Fantasy Sweepstakes */


/* Baseline CSS Reset (Thanks Blueprint!)
------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table           { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th   { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/*-------------------- End CSS Reset -------------------------- */

/*-------------------- Custom Styles -------------------------- */
body {
	background-color: #C02E38;
	
}
a:link { 
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}
a:visited { 
	color: #FFF;
	text-decoration: none;
	font-size:11px;
	}
a:hover { 
	text-decoration: underline;
	}
a:active { 
	color: #fff;
	}
	
#Footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 1012px;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
}
#rules-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
}
.container {
	margin:0 auto;
	/*margin-left:300;*/
	position:relative;
	width: 1012px;
}
.container-text {
	margin:0 auto;
	width: 800px;
}
.container-button {
	width: 173px;
	padding-left:700px;
	
}
.tweet-button {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:11px;
	position:absolute;
	padding-left:790px;
	left: 51px;
	top: 751px;
	
	
}
.imgA1 { z-index: 1; } 
.imgB1 {
	position:absolute;
	z-index: 3;
	left: 699px;
	top: 483px;
}  
.imgQuestionYes{
	position:absolute;
	z-index: 3;
	left: 387px;
	top: 354px;
} 
.imgQuestionNo{
	position:absolute;
	z-index: 3;
	left: 533px;
	top: 355px;
} 
.imgQuestionNotSure{
	position:absolute;
	z-index: 3;
	left: 419px;
	top: 459px;
} 

/* Hacks & Fixes
--------------------------------------------------------------- */

a:focus, a:hover, a:active { outline: none; }    /* FF: Stops outlining of links on click */ 
*:focus 				   { outline: none; }    /* FF: Stops outlining of other elements on click (inputs, etc) */
a, a:visited, a:active     { cursor: pointer; }  /* IE7: display link cursor when HREF wraps around entire DIV */
a img                      { border: none; }     /* IE7: Stop ugly blue border around linked images*/
.ie6FloatFix               { display: inline; }  /* IE6: Fixes double-margins-on-floated-elements bug. Apply to floated elements ONLY! */
