body {
	background-color: #830f14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

img#logo {
	background: url(../images/amway.png) 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	width: 700px;
	height: 150px;
	z-index: 1;
	vertical-align:top;
}

h3 {
	font-size: 16px;
}

p.small {
	font-size: 11px;
	font-weight:bold;
}

a {
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
}

a:hover {
	color:#CCCCCC;
}

a.small {
	font-size: 9px;
	color:#DDDDDD;
	text-decoration:none;
}

#footer {
	position:absolute;
	bottom: 0px;
	text-align:left;
	font-size:9px;
	color:#DDDDDD;
	
}