@font-face {
    font-family: 'ComicZineOTRegular';
    src: url('font/comic_zine_ot-webfont.eot');
    src: url('font/comic_zine_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/comic_zine_ot-webfont.woff') format('woff'),
         url('font/comic_zine_ot-webfont.ttf') format('truetype'),
         url('font/comic_zine_ot-webfont.svg#ComicZineOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%
}

body {font-family:ComicZineOTRegular, Tahoma; font-size: 2.5em; color: #ef760b; background: linear-gradient(135deg, #333366, #000);}
	
h1 {
	font-family:ComicZineOTRegular, Tahoma;
	color:#090;
	margin-bottom:3px;
	/*font-size:6em;
	text-shadow: 2px 2px #ff3300;*/
}

p {margin-top:3px;}

#jam {
	float: right;
	font-family: Tahoma;
	font-weight:bold;
	color: #090;
	padding:20px;
	width:100px;
	background:#ccffcc;
	border:solid 3px #009900;
	-moz-border-radius: 25px;
	border-radius: 25px;
	}
	
a {
	color:#ff3300;
	}
	
a:hover {
	color:#ff9933;
	}

.home {text-align:center; background:url(owlcover.png) no-repeat;min-height:225px;}
.owl {background:url(owl.png) no-repeat;min-height:889px;margin:-10px;background-size:100%;}



