@font-face {
    font-family: Sansation;
	src: url('../fonts/Sansation_Regular.eot') format('embedded-opentype'),
		 url('../fonts/Sansation_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;	

}

@font-face {
    font-family: Sansation;
	src: url("../fonts/Sansation.eot"),
	src: local('Sansation'), url('../fonts/Sansation_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;	
}