* {
margin: 0;
padding: 0;
}

body{
background-color:#000000;
font-family:'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
font-size: 90%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img {
border: 0 none;
}

a:active img {
border: 0 none;
}


#index{
width: 800px;
margin:0 auto;					 				
padding:0;
background-color:#000000;
}

