* {
margin: 0;
padding: 0;
border: 0;
}

html, body {
width: 100%;
height: 100%;
overflow: hidden;
}

* html #container {
height: 100%;
}

body {
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top right;
background-color: transparent;
}

.maximage {
position:fixed !important;
}

img.maximage,
img.bgmaximage,
img.slidemaximage {
display:none;
}

img.bgmaximage {
position:fixed !important;
}