@charset "utf-8";
@import url("reset.css");
/* CSS Document */

html{
    background: url(../img/logo_mike.jpg) ;

    background-repeat: repeat;
}
#wrapper{
    background-image: url(../img/block.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 650px;
    height: 600px;
}
#header{
    position: relative;
    padding-top:263px ;
    padding-left: 320px;
}
#logo{
    position: absolute;
    left:70px;
    top:255px;
}
#header li{
    position: relative;
	margin:5px 0;
}
	
.reset{
    background-image: url(../img/reset.jpg);
    width:64px;
    height:22px;
    border: none;
}
.submit{
    background-image: url(../img/submit.jpg);
    width:64px;
    height:22px;
    border: none;
}
.M20{
	margin-top:20px;}
