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

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;
}



@font-face {
    font-family: 'corbertregular';
    src: url('fonts/Corbert-Regular-webfont.eot');
    src: url('fonts/Corbert-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Corbert-Regular-webfont.woff2') format('woff2'),
         url('fonts/Corbert-Regular-webfont.woff') format('woff'),
         url('fonts/Corbert-Regular-webfont.ttf') format('truetype'),
         url('fonts/Corbert-Regular-webfont.svg#corbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



body{
background-color:white;
font-family: 'corbertregular', Arial, sans-serif;
min-width:480px;
font-size:1em;
}



header{padding:80px 40px;}



.mlp{
margin:20px auto;
text-align:center;
}