@charset "UTF-8";


@font-face {
    font-family: 'museo_sans_rounded100';
    src: url('museosansrounded-100-webfont.eot');
    src: url('museosansrounded-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('museosansrounded-100-webfont.woff') format('woff'),
         url('museosansrounded-100-webfont.ttf') format('truetype'),
         url('museosansrounded-100-webfont.svg#museo_sans_rounded100') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, html {
	margin: 0;
	font-family: 'museo_sans_rounded100';
	padding: 0;
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

#bg {
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}

#logo {
	width: 210px;
	height: 130px;
	background: url(logo.png) no-repeat;
	background-size: 210px 130px;
	position: absolute;
	margin-left: -220px;
}

#footer {
	line-height: 28px;
	font-size: 12px;
	color: #B4B4B4;
	position: fixed;
	bottom: 100px;
	left: 100px;
}

	#footer span {
		font-size: 22px;
	}
	
	#footer a {
		color: #B4B4B4;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}