body {
	margin:0;
	padding:0;
	background:#000 url(../images/snd-background-1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	}
a {	color: #f00;
	text-decoration: none;
}
#floatright {
	float: right;
	padding:1.4em;
}
#floatleft {
	float: left;
	padding:1.4em;
}
a:hover {
	color: #fff;
}

#floatright #button {
	text-decoration: none;
	font-size:7pt;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .2em;
	background: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
