
@font-face {
    font-family: 'ogg';
	src:url('ogg.eot') format('embedded-opentype'),
		url('ogg.woff') format('woff'),
		url('ogg.ttf') format('truetype'),
		url('ogg.svg') format('svg'),
		url('ogg.otf') format('otf');

    }
    
@font-face {
    font-family: 'tcb';
	src:url('tcb.eot') format('embedded-opentype'),
		url('tcb.woff') format('woff'),
		url('tcb.ttf') format('truetype'),
		url('tcb.svg') format('svg'),
		url('tcb.otf') format('otf');

    }
    
@font-face {
    font-family: 'tcm';
	src:url('tcm.eot') format('embedded-opentype'),
		url('tcm.woff') format('woff'),
		url('tcm.ttf') format('truetype'),
		url('tcm.svg') format('svg'),
		url('tcm.otf') format('otf');

    }
    

body{
	width: 100%;
	margin: 0;
position: relative;
font-family: 'tcm',"tcb","ogg",arial;
}
