body {
	font-family: 'Lato', sans-serif;
	background-color: #ffffff;
	/*
	background: url('../img/mainbg.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;*/
}
.valigner { display: table; width: 100%; height: 100%; }
.valigner > div { display: table-cell; width: 100%; vertical-align: middle; }
#mainty {
	height: 100%;
}
.panel {
    background: #DEDEDE none repeat scroll 0 0;
    border-width: 0;
    color: #333333;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}
.ty-title {
    color: #ce1c2d !important;
    font-size: 3.5em;
}
.ty-text {
    font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom: 1.4em;
}
.panel, .callout {
	background-color: #ffffff;
	border: 1px solid #dedede;
}