@font-face {
    font-family: 'NimbusSanNovRegular';
    src: url('fonts/n023013t-webfont.eot');
    src: url('fonts/n023013t-webfont.eot?iefix') format('eot'),
         url('fonts/n023013t-webfont.woff') format('woff'),
         url('fonts/n023013t-webfont.ttf') format('truetype'),
         url('fonts/n023013t-webfont.svg#webfontS8GVJ69G') format('svg');
    font-weight: lighter;
    font-style: lighter;

}

.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: '987654321';
}



body,
input,
textarea {
	
  background: #FFF;
  height: 100%;
}


#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  height: 50px;
  margin: 20px;
  background: #FFF;
}

.header_content
{
   
    width:100%;
    margin: 0;
}

.header_content .banana_title {
     color:#000;
    font-family: 'NimbusSanNovRegular';
    float: left;
    font-size: 36px;
    line-height: 48px;
    width: 100%;
}

.header_content img {
	position: relative;
	float: left;
    height: 100%;  
}

.header_content .buy_button
{
	position: relative;
	float: right;
	background-color: #f00;
	margin-right: 100px;
}