@charset "utf-8";
/* CSS Document */
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,
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-size: 100%;

	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -------------End Global Reset------------- */

html {
	height: 100%;
	/*overflow: hidden;*/
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	-x-system-font: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

p {
	padding: 7px 0;
}

a,a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1100px;
}

#flashContent {
	height: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}


/* McDonalds Footer */

#share {
	width: 929px;
	height: 66px;
	background: transparent url(../images/mcdfoot/bg_share.jpg) repeat-x scroll left
		top;
}

#share a,#share  a:link,#share  a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 30px;
	text-indent: -999999px;
	margin: 0 3px;
}

#share ul {
	padding-top: 15px;
}

#share ul li a:hover {
	background: transparent url(../images/mcdfoot/bg_share.jpg) repeat-x scroll left
		top;
}

#share li {
	display: inline;
	float: left;
}

#share li#lnk_facebook_fan {
	padding-left: 25px;
}

#share li#lnk_delicious {
	padding-left: 492px;
}

#share li#lnk_facebook_fan a {
	width: 265px;
	background-position: -29px -89px;
}

#share li#lnk_delicious a {
	background-position: -792px -89px;
}

#share li#lnk_digg a {
	background-position: -30px -89px;
}

#share li#lnk_facebook a {
	background-position: -818px -89px;
}

#share li#lnk_reddit a {
	background-position: -844px -89px;
}

#share li#lnk_stumbleupon a {
	background-position: -870px -89px;
}

#share li#lnk_mixx a {
	background-position: -896px -89px;
}

a#lnkGetFlash {
	display: block;
	width: 170px;
	height: 60px;
	position: absolute;
	left: 100px;
	top: 70px;
	text-indent: -99999px;
}

#footer {
	background: url(../images/mcdfoot/footer_bkgrd.jpg) repeat-x top left;
	color: #FFFFFF;
	height: 145px;
	margin: 0 auto;
	padding-top:10px;
	width: 930px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

#footer p {

}

#footer_menu {
	float: left;
}

#footer_menu ul {
	width: 930px;
	margin: 10px 0 auto;
	list-style:none;
	padding: 0;
}

#footer_menu ul li {display: inline;}

#footer_menu ul li a{ text-decoration: none;}

#footer_menu ul li a:hover { color: #656565;}

#footer_menu ul li span {margin:0 5px;}

div#disclaimer {
	display:block;
	line-height:1.2em;
	margin: 0 auto;
	width:890px;
}

.legal {
	text-align:left;
	color:#cccccc;
}
.copyright {
	color:#fff;
	font-size: .9em;
}

a.privacy_link {
	color: #da8324;
	font-weight: bold;
}

a.rules_link {
	color: #31adf4;
	text-decoration: underline;
}





