
@font-face {
    font-family: 'bankgothic_lt_btlight';
    src: url('font/bank-gothic-light-bt-webfont.eot');
    src: url('font/bank-gothic-light-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bank-gothic-light-bt-webfont.woff') format('woff'),
         url('font/bank-gothic-light-bt-webfont.ttf') format('truetype'),
         url('font/bank-gothic-light-bt-webfont.svg#bankgothic_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { width:100%;height:100%;margin:0;padding:0;left:0;top:0;min-width:480px; font-family: bankgothic_lt_btlight}
	#wrapper {
		margin: 0 auto;
		width: 100%;
		text-align:center;
	}
	.btn {
		background:#dbdbdb;
		width:100px;
		height:100px;
		border:0px;
		transition:all 200ms;
		-webkit-transition:all 200ms;
		-moz-transition:all 200ms;
		-o-transition:all 200ms;
		cursor:pointer;
			position: relative;
	}
	.facebook:hover {
		background: linear-gradient( #3b5998, #354f87);
		top: -15px;
		transition:all 200ms;
		-webkit-transition:all 200ms;
		-moz-transition:all 200ms;
		-o-transition:all 200ms;
	}
	.twitter:hover {
		background: linear-gradient( #1cb5e8, #19a1cf);
		top: -15px;
		transition:all 200ms;
		-webkit-transition:all 200ms;
		-moz-transition:all 200ms;
		-o-transition:all 200ms;
	}
	.mail:hover {
		background: linear-gradient( #4f4f4f, #000000);
		top: -15px;
		transition:all 200ms;
		-webkit-transition:all 200ms;
		-moz-transition:all 200ms;
		-o-transition:all 200ms;
	}
	a { 
		color: #000000; 
		transition:all 200ms;
		-webkit-transition:all 200ms;
		-moz-transition:all 200ms;
		-o-transition:all 200ms;
	}
	a:hover { font-weight:bold;text-decoration:none; }
	
	/* Let's get this party started */
	::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	 
	/* Track */
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgba(218,218,218,0.8); 
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(218,218,218,0.4); 
	}