/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


table {
	border-collapse: collapse;
	border-spacing: 0;
}





html, body {
	height: 100%;
	min-height: 100%;
}


.block {
	position: absolute;
	text-align:center;
	background: #fff;
	padding: 2px;
	width: 280px;
	border: 0px solid #ddd;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

