﻿*{
	margin:0px;
	padding:0px;
}

html,body{
	width:100%;
	height:100%;
}

body{
	background-color: #ffffff;
	font-family: 'BebasNeue', Arial; /*'HelveticaNeue-Light'*/
	font-size:16px;
	color:#ffffff;
	overflow:hidden;
	letter-spacing:0.06em;

}

img{
	border:0px;
}


.clear{
	clear:both;	
}


a{
	color:inherit; 
	text-decoration:inherit;
	transition:all 0.2s;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

a:hover{
	opacity:0.6;
}


.logo{
	width:376px;
	height:66px;
	left:50%;
	top:50%;
	margin-left:-188px;
	margin-top:-55px;
	position:absolute;
	z-index:100;
	
}


.logos{
	width:1083px;
	height:67px;
	left:50%;
	bottom:72px;
	margin-left:-541px;
	position:absolute;
	z-index:99;
	
}
