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

* {
margin: 0;
padding: 0;
}
#wrapper {
	width: 800px;
	background-color:#000000;
} 

.container {
background-attachment: fixed; 
background-repeat: no-repeat;
background-position: 0 0; 
z-index: 1; 
}

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

.container p{	
width: 800px;
margin: 0 0 40px 0;
z-index:1;
}
