@font-face {
    font-family: 'a_avanteltlight';
    src: url('/fonts/ava_ll.eot');
    src: url('/fonts/ava_ll.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ava_ll.woff2') format('woff2'),
         url('/fonts/ava_ll.woff') format('woff'),
         url('/fonts/ava_ll.ttf') format('truetype'),
         url('/fonts/ava_ll.svg#a_avanteltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html{
	height: 100%;
}
body {
	font: 18px Arial, sans-serif;
	background: #e8e8e8;
	height: 100%;
	width: 100%;
	display: table;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	vertical-align: middle;
	display: table-cell;
}
.wr{
	vertical-align: middle;
	display: table;
	margin: 0 auto;
}
.wr img{
	display: block;
	margin: 0 auto 20px auto;
}
.wr div{
	font-family: 'a_avanteltlight' sans-serif;
	font-size: 18px;
	color: #4a4034;
}
.wr div a{
	font-family: 'a_avanteltlight' sans-serif;
	font-size: 18px;
	color: #4a4034;
	text-decoration: none;
	border-bottom: 1.5px solid #4a4034;
	padding-bottom: 1px;
}
.wr div a:hover{
	border-bottom: none;
}