@charset "utf-8";
/* CSS Document */

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
		width:100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background:#000211 url(bg.jpg) no-repeat center 50%;
		color:#ffffff;
		font-family:'Trebuchet MS', 'Geneva CE', lucida, sans-serif;;
		font-size:0.75em;
		position:relative;
	}

	a {	
		color:#cccccc;
	}
	
	h1 {font-size:1.8em;margin:0;padding:0;width:100%;height:53px;line-height:1.2em;font-weight:normal;background: url(h1.gif) no-repeat;}
	h1 span {display:none;}
	
	.n, #counters {display:none}
	
	#navrch {
		position:absolute;
		bottom:3px;
		right:3px;
		z-index:20;
		width:auto;
		height:15px;
		margin:0;
		padding:0;
		
	}
	
	#blog, #blog a, #blog a span {
		width:128px;
		height:27px;
		margin:0;
 		padding:0;
		overflow:hidden;
	}
	
	#blog {
		position:absolute;
		bottom:3px;
		left:17px;
		z-index:20;	
	}
	
	#blog a {
		position:relative;
		float:left
	}
	
	#blog a span, #blog a:visited span {
		position:absolute;
		top:0;
		left:0;
		background:url(/css/blog.gif) no-repeat 0px 0px;
		cursor:pointer;
	}
	
	#blog a:hover span {
		background-position:-128px 0px;
	}