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

html,
body{
	margin: 0;
	padding: 0;
	height:100%;
	}
	
body,
body *{
	font-family:Corbel, 'Myriad Pro', Myriad, Arial, sans-serif;
	font-size:13px;
	color: #717878;
	}
	
table{
	border-collapse:collapse;
	width:100%;
	height: 100%;
	}
	
table td{
	padding: 0;
	text-align:center;
	}
	
table td div{
	display: inline-block;
	text-align:left;
	}
	
table td img{
	margin-bottom: 20px;
	}

