/* CSS Document */

html{

height:100%;
}

img{
	border:0px;
}


body {
	margin: 0px;
	background-color:black;
	background-position:center;
	background-repeat:no-repeat;
	color:white;
}

a {
	color: blue;
	text-decoration:none;
}



table{
	text-align:left;
	margin:0px;
	padding:0px;
	}

/*top*/

table.top_01{
	background:url(../img/img_mickel.jpg);
	width:890px;
	margin:0px;
	padding:0px;
	height:418px;
	}

