@charset "utf-8";
/* CSS Document 



#wrapper {
  	position: absolute;
  	bottom: 50%;
  	right: 50%;
  	height: 150;
  	width: 150;
}
#container {
  	position: relative;
  	left: 50%;
  	top: 50%;
}

*/

#container {
  	position: absolute;
	width: 150px;
	height:150px;
  	left: 50%;
  	top: 50%;
	margin:-75px 0 0 -75px;
}