Is there any way to modify the stylesheet so that the particular pattern covers full page. Right now it leaves a bottom margin. Doesn't seem to be browser related issue
Here is the piece of css that bothers me:
html {
min-height:100%;
background: url(../images/some.jpg) no-repeat center center fixed;
background-size:cover;-moz-background-size:cover;-o-background-size:cover;
}
body {
background: url('../images/patterns/pattern1.png') repeat;
min-height:100%;
}