@font-face {
	font-family: 'SocialicoP';
	src: url('socialico_plus-webfont.eot');
	src: url('socialico_plus-webfont.eot?#iefix') format('embedded-opentype'),
		 url('socialico_plus-webfont.woff') format('woff'),
		 url('socialico_plus-webfont.ttf') format('truetype'),
		 url('socialico_plus-webfont.svg#socialico_plusregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AgencyFB';
	src: url('agency_fb-webfont.eot');
	src: url('agency_fb-webfont.eot?#iefix') format('embedded-opentype'),
		 url('agency_fb-webfont.woff') format('woff'),
		 url('agency_fb-webfont.ttf') format('truetype'),
		 url('agency_fb-webfont.svg#agency_fbregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

html, body {
	margin: 0;
	background: #1F1F1F;
}

img {
	border: 0;
}

.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}


.page {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.background {
	width: 100%;
	height: 100%;
	z-index: 10;			
}

.content {
	overflow: hidden;
	z-index: 20;
}

#p01 {
	background: #000000;
}

#p02 {
	/* background: #1F1F1F; */
	background: transparent;
}

#p03 {				
	background: url('bg2.jpg');
	background-size: cover;	
	background-repeat: no-repeat;	
}

#b01 {
	position: absolute;
	background: #1F1F1F;
}

#b02 {				
	background: url('bg.jpg');	
	background-size: cover;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	margin: auto;
	width: 450px;
	height: 300px;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 20;
}

#buttons{
	position: absolute;
	margin: auto;
	height: 300px;
	width: 100%;
	top: 0; left: 0; bottom: 0; right: 0;	
	text-align: center;				
}

#buttons a {
	font: 150pt SocialicoP;
	color: #3D3D3D;
	text-decoration: none;
}

#buttons ul {
	list-style-type: none;
}

#buttons li {
	display: inline;
}

#buttons li a:hover {
	color: #FFFFFF
}

#footer {
	position: absolute;				
	left: 0;
	right: 0;
	bottom: 0px;
	
	margin: 10px;
	
	text-align: left;
	font: 20pt AgencyFB;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;			
}