#container {
   width: 1000px;
   height: 1000px;
}

#container img {
   width: 100%;

}
.pos_fixed {
	position: fixed;
	top: 400px;
}