body{
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center; /* IE 5 */
}
a {outline: none;}

div#wrapper {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	top: 0;
	text-align: center;
	}
#header {
height:100px;
}
#navi {
width:100px;
float:left;
}
#footer {
clear:left;
} 
  }
td {}

a:link {
	text-decoration: none;
	border: none;
	color: #FFFFFF;}

a:visited { color: #FFFFFF; text-decoration:none; }

a:hover { color: #FFFFFF; text-decoration:none; }

a:active { color: #FFFFFF; text-decoration:none; }

