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

* {
margin: 0;
padding: 0;
}
#wrapper {
	width: 1400px;
	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;
}
