﻿html, body {
	width:100%; height:100%;
	margin: 0px auto 0px auto;
	text-align:center;
}

html {	display:table; }
body {	display:table-cell; vertical-align:middle; text-transform:lowercase; font-family: Museo300; }

@font-face {
    font-family: 'Museo300';
    src: url('fonts/museo300-regular-webfont.eot');
    src: url('fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo300-regular-webfont.woff') format('woff'),
         url('fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('fonts/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal; font-style: normal;

}

#content {	max-width:50em; margin:0 auto; }

h1 { font-size: 24px; font-weight:normal; color:#4B4B4B; margin-bottom:7px; }
h2 { font-size: 16px; font-weight:normal; color:#999999; margin-top:0px; }

