﻿@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Showcard Gothic;
	src: url('SHOWG.eot'); /* IE9 Compat Modes */
	src: url('SHOWG.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('SHOWG.ttf')  format('truetype') /* Safari, Android, iOS */
}
.Showcard-Gothic {
	font-family: 'Showcard Gothic';
}

@font-face {
	font-family: Comic;
	src: url('COMIC.eot'); /* IE9 Compat Modes */
	src: url('COMIC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('COMIC.ttf')  format('truetype') /* Safari, Android, iOS */
}
.Comic {
	font-family: 'Comic';
}

@font-face {
	font-family: Comic-BD;
	src: url('COMICBD.eot'); /* IE9 Compat Modes */
	src: url('COMICBD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('COMICBD.ttf')  format('truetype') /* Safari, Android, iOS */
}
.Comic-BD {
	font-family: 'Comic-BD';
}

body{
   text-align:center; /* IE6 */
}

.wrapper{
   width:960px;
   margin:0 auto;
   text-align:left;
}