#exemplo{
	position: absolute;
	top: 50%;
	left: 50%;
	width : 450px;
	height : 150px;
	margin : -75px 0px 0px -225px;
	border: 1px dotted #f00;
}
