
/*-------------------------------------

Specify your site's background color and color (text color) in body, html.  Make sure to test your alt content to make sure text is viewable with your background-color and color choices.

If different than 955px wide, change your site's min-width or safezone
in #wrapper.  (If you change this value, also change in ie6.css)

Make sure to set the height of your billing block as the height in the selector "#billingblock"

Your Min-Height will be set in resize.js.  No other customization should be needed.

-------------------------------------*/

/*  CSS RESET   */

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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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: "" "";
}

/*  SITE-SPECIFIC FORMATTING   */


body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

.noflashmessage {
	width: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
	font-weight: bold;
}

#wrapper
{
	width: 100%;
	height: 100%;
	min-width: 1250px;
	overflow: hidden;
}

#noflashcontent
{
	width:100%;
	height: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}

#swfwrapper {
	width: 100%;
	height: 100%;
}

.centered {
	text-align: center;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

	.centered img {
	     border-width: 0px;
	}
	
#billingblock {
	width: 100%;
	text-align: center;
	height: 291px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

#addthisbutton {
width: 100%;
height: 16px;
line-height: 16px;
margin: 0px;
padding: 0px;
text-align: center;
}

#atff {
display: none;
}






