@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
#wrapper {
	width: 1400px;
	height:6080px;
	background-color:#ffffff;
} 

.container {
background-image:url(../images/bg.jpg); 
background-attachment: fixed; 
background-repeat: no-repeat;
background-position: 0 0; 
z-index: 1; 
}

.menu {
position:fixed;
top:0px;
left:0px;
z-index:3; 
}

.container p{	
width: 1400px;
margin: 0 0 0 0;
z-index:2;
}

#ground {
    background-image: url(../images/okupara.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
#clouds {
    background-image: url(../images/contents.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
* html #clouds {
  /* because IE6 can't do transparent PNGs for backgrounds */
  background-image: url(../images/bg.jpg);  
}
