@charset "utf-8";
/* CSS Document by Michael Blijleven - SixthProject Multimedia */
* {
  margin: 0;
  padding: 0;
}
html, body {
	margin: 0px;
	height: 100%; 
	background-color: #999;
}
#container {
  position: absolute;
  left:		50%;
  top: 10%;
  width: 	850px;
  margin-left: -420px;
  height: 550px;
  background-color: white;
}
