@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none !important;
}

html {
    height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
table {
	
}
td {
    text-align: center;
    vertical-align: middle;
}

