

@charset "UTF-8";



@font-face {
    font-family: FuturaMedium;
    src: url(../fonts/futura_medium.ttf);
}

@font-face {
    font-family: FuturaBold;
    src: url(../fonts/futura_bold.ttf);
}


@font-face {
    font-family: Actor;
    src: url(../fonts/actor_regular.ttf);
}

@font-face {
    font-family: FiraRegular;
    src: url(../fonts/fira_regular.ttf);
}

@font-face {
    font-family: FiraMedium;
    src: url(../fonts/fira_medium.ttf);
}

@font-face {
    font-family: FiraLight;
    src: url(../fonts/fira_light.ttf);
}

@font-face {
    font-family: FiraUltraLight;
    src: url(../fonts/fira_ultra_light.ttf);
}

@font-face {
    font-family: AbeezeeRegular;
    src: url(../fonts/abeezee_regular.ttf);
}






body
{
	
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1280px;

	margin: 0 auto;

	background-color: #FBFBFB;
}

#background
{
	position: fixed;
	min-width: 100%;
	min-height: 100%;

	left: 0;
	top: 0;

	z-index: -10;
}

#page_shade
{
	position: fixed;
	width: 120%;
	height: 120%;

	left: 0;
	top: 0;

	background-color: rgba(255, 255, 255, 0.95);
	z-index: -9;
}

#content
{
	position: absolute;
	width: 1000px;
	height: 500px;

	left: 50%;
	margin-left: -500px;
	top: 50px;


}




#scs_logo
{
	position: absolute;

	width: 600px;

	top: 0px;
	left: 50%;
	margin-left: -300px;

}








.available_soon
{
	position: absolute;
	width: 100%;

	font-size: 26px;
	font-family: FiraUltraLight;
	text-align: center;
	letter-spacing: 1.4px;
}
#available_soon_en { top: 300px; }
#available_soon_pt { top: 340px; }




.more_info
{
	position: absolute;
	width: 450px;

	font-size: 20px;
	font-family: FiraUltraLight;
	text-align: right;
	letter-spacing: 1.4px;
}
#more_info_en { top: 430px; }
#more_info_pt { top: 460px; }



#scs_email
{
	position: absolute;
	width: 450px;

	left: 550px;
	top: 460px;

	font-size: 22px;
	font-family: FiraUltraLight;
	text-align: left;
	letter-spacing: 1px;
}














