body {
	margin: 0px 0px 0px 0px;
	 /* n6.01win-mac won't recognize top margin 
	 for middle box, so it goes here */
	padding: 0px 0px 0px 0px;
	font-family: trebuchet MS, arial, verdana, tahoma, arial, helvetica, sans-serif;
	color: #868686;
	text-align: center;
	background-color: #575756;
	font-size: 12px;
	line-height: 16px;
	background: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position:top;
	}
#main
{
	width:100%;
	height:100%;
}
#textframe
{
	width: 830px;
	float: middle;
	padding-top: 115px;
}
#text
{
	width: 520px;
	height: 700px;
	text-align: left;
	float: left;
}
#rightside
{
	width: 441px;
	float: right;
	text-align: right;
}
i
{
	font-size: 10px;
}
a
{
	color: #ffffff;
}