#mydiv {
	position:relative;
	top: 80%;
	left: 50%;
	width:20em;
	height:18em; /*set to a negative number 1/2 of your height*/
	margin-left: -17.6em; /*set to a negative number 1/2 of your width*/
	margin-top: 15%;
}

