body {
	font-family:Arial, Helvetica, sans-serif;
	color:#414042;
    background-color: #fff;
    font-size: 12px;
    padding:20px;
    margin: 0;
}

h1 {
	font-size:1.6em;
	line-height:1.2em;
	font-family: 'ArvoBold';
	font-weight:normal;
	padding-bottom:20px;
    color: #46D1FF;
}

/********************************************************/
/* Fonts												*/
/********************************************************/

@font-face {
    font-family: 'ArvoBold';
    src: url('fonts/arvo-bold-webfont.eot');
    src: url('fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arvo-bold-webfont.woff') format('woff'),
         url('fonts/arvo-bold-webfont.ttf') format('truetype'),
         url('fonts/arvo-bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NotepadRegular';
    src: url('fonts/notepad_-webfont.eot');
    src: url('fonts/notepad_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notepad_-webfont.woff') format('woff'),
         url('fonts/notepad_-webfont.ttf') format('truetype'),
         url('fonts/notepad_-webfont.svg#NotepadRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans500';
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype'),
         url('fonts/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;

}
.thanks{ padding: 20px 60px 20px 70px; }
 a.custom-tweet-button {
    display: block;
    background: url('/content/images/logos/twitter-large.png') top center no-repeat;
    height:64px;
    width:64px;
    text-indent:-900%;
    overflow:hidden;
  }
 .buttons
  {
      height: 30px;
      margin: 20px auto 0 auto;

  }
.fb-send { top:1px;position: absolute;}
.fb-send { right: 24%;}
.twitter-share-button { width: 100px;height: 20px;}