.part1
{
 background-image:url("images/1bg.png");	

 background-repeat:no-repeat;
}

.part1 img
{
    width: 100%;
}

#header { 
	position: fixed;
    display: none;
    width: 100%;
    margin-top:0px;

	
	z-index:1000;
}




#wrapper{
	width:100%;
	margin:0 auto;
}