@font-face {
    font-family: 'ErasNormal';
    src: url('eras-webfont.eot');
    src: url('eras-webfont.eot?#iefix') format('embedded-opentype'),
         url('eras-webfont.woff') format('woff'),
         url('eras-webfont.ttf') format('truetype'),
         url('eras-webfont.svg#ErasNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	font-family: ErasNormal;
	font-size: 12pt;
	height:100%;
}

.fontlook {
	font-family: ErasNormal;
	font-size:26pt;
	letter-spacing: 7px;
	color: #014a96;
}

body {
	background: #fff url(images/greenback.jpg) repeat 50% 0px fixed;
	background-attachment:fixed;
	height:100%;
}

#wrap {
	width: 940px;
	margin: 0 auto 0;
	background: #fff;
	min-height: 100%;
	height:100%;
}

input.button {
width:100px;
position:absolute;
right:20px;
bottom:5px;
background:#008202;
color:#fff;
font-family: ErasNormal, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input.button:hover {
background:#fff;
color:#008202;
}

#content {
	width: 100%;
	background: #fff;
}
