body{
	background-color: #070707;
	margin:0;
	padding:0;
	text-align:center; /* IE 5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {outline: none;}

div#wrapper {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	top: 0;
}
#header {
height:100px;
}
#navi {
width:100px;
float:left;
}
#footer {
clear:left;
} 
  }
td {}

a:link {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	border-style: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {color: #FFFFFF; }

a:active { color: #FFFFFF; }

