body {
	text-align:center;
	padding: 0px;
}

#container {
/*  border: 1px solid black;*/
	margin:0 auto;
	width: 700px; /*Without a width smaller than 100%, div is 100% in width by default and expands to the parent borders*/
  text-align:left; /*As text-align property is automatically inherited, you need to reset it so that the texts and other elements inside div#page are not put in the center.*/
}

img {
  text-align:center;
}

p {
  text-align:center;
}

form {
  position:relative;
  left:35%;
}

