/*******************************************************************************************

		RESETCODE FOR BROWSER COMPATIBILITEIT
		reset.css - by Eric Meyer | v1.0 | 20080212

*******************************************************************************************/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
h1 span, h2 span { display: none;}
input { border: none; }
.clear { clear: both;}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../bebas/BebasNeue-webfont.eot');
    src: url('../Bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'),
    	 url('../bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../bebas/BebasNeue-webfont.woff') format('woff'),
         url('../bebas/BebasNeue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }

body {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; }

h1	{
	text-align: center; opacity: 0.5;
	font-size: 44px; font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; color: black;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; }
	h1:hover { opacity: 1; }

h2	{
	text-align: center; opacity: 0.5;
	font-size: 150px; font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; color: #484848;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; }
	h2:hover { opacity: 1; }

.wrap {
	position:fixed; left:50%;top:50%;
	width: 900px; margin: -150px 0 0 -450px; }
