/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
html {
height:100%;
background-color: #000000;
}

body {
position:relative;
width:100%;
min-width:100%;
min-height:100%;
background:url(monzenbarai.png) no-repeat center center;
}
