#notification {
	position: fixed;
	z-index: 99999;
	width: 500px;
	right: 50%;
	margin-right: -250px;
	top: 50%;
	margin-top: -35px;
}
