@charset "UTF-8";
/* CSS Document */



/** body **/
body {
	margin: 0;
    padding: 0;
	background: #000 url(../images/wipeout_bg.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

a, a:link, a:active, a:visited {
	color:#ff0000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: 0;
}

img, div {
	behavior: url(iepngfix.htc)
}

#supp {
	margin: 0;
    padding: 0;
	background: #000;
	color: #fff;
}

#page {
	width: 830px;
	margin: 0 auto;
	text-align: center;
}

#content {
	margin: -20px 15px 25px 15px;
}

#yellow {
	color:#f6cb15;
}

p {
	font-size: 14px;
	text-decoration: none;
	line-height: 1.5em;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fc0;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f30;
	text-decoration: none;
}

.footer {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

/*  Nut Facts Table Styles  */

#supp p{
	font-size: 10px;
}

.nutfacts {
	width: 275px;
	background: #000;
	font-size: 9px;
	color: #fff;
	border: 1px solid #f00;
}

.nutfacts-inner {
	margin: 10px;
}

.nutfacts-inner tr td {
	padding: 6px;
}

.underline {
	border-bottom: 1px solid #f00;
}

.facts {
	font-size: 10px;
}

