
* {
	padding: 0; margin: 0;
}

html, body {
	height: 100%;
}
body {
	margin: 0px;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	height: 100%;
	background: url(grid.gif) repeat left top;
}
.pixel{
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 50;
}
#pixels{
	min-height: 100%;
	-height: 100%;
}
#menu{
	background: #000;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	left: 0%;
	text-align: center;
	color: #fff;
	z-index: 100;
	
}
#menu a{
	color: #FFFFFF;
}
#connection{
	text-align: left;
	padding-top: 7px;
	height: 23px;
	margin-left: 5%;
}
#clearsave{
	float: right;
	width: 150px;
	border-left: 1px solid #ffffff;
	padding-top: 7px;
	height: 23px;
}
#hello{
	position: absolute;
	left: 60px;
	top: 60px;
	width: 470px;
	z-index: 200;
}
#hello .hc{
	background-color: #000;
	color: #8F8D7C;
	
	
	-text-shadow:1px 1px 0 #EFEEE1;
	
	padding: 0px 9px;
	font-size: .9em;
}
#hello .hl{
	padding-left: 20px;
	background: url('spics/hl.png') repeat-y 0 0;
}
#hello .hr{
	padding-right: 20px;
	background: url('spics/hr.png') repeat-y 100% 0;
}
#hello .hlt, #hello .hct, #hello .hrt{
	height: 31px;
}
#hello .hlt, #hello .hrt{
	width: 35px;
}
#hello .hlt{
	background: url('spics/hlt.png') no-repeat 0 0;
	float: left;
}
#hello .hct{
	background: url('spics/hct.png') repeat-x 0 0;
	margin: 0px 35px;
}
#hello .hrt{
	background: url('spics/hrt.png') no-repeat 0 0;
	float: right;
}
#hello .hct_c{
	height: 18px;
	margin: 0px 20px;
	position: relative;
	margin-top: -18px;
}

#hello .hlb, #hello .hcb, #hello .hrb{
	height: 36px;
}
#hello .hlb, #hello .hrb{
	width: 39px;
}
#hello .hlb{
	background: url('spics/hlb.png') no-repeat 0 0;
	float: left;
}
#hello .hcb{
	background: url('spics/hcb.png') repeat-x 0 0;
	margin: 0px 39px;
}
#hello .hrb{
	background: url('spics/hrb.png') no-repeat 0 0;
	float: right;
}
#hello .hcb_c{
	height: 9px;
	margin: 0px 20px;
	position: relative;
	margin-top: -36px;
}
#hello .cap{
	background-color: #E4E2CD;
	
	background-image: url('http://blog.hunch.se/gitblog/themes/default/header-bg.png');
	
	background: #000;
	color: #fff;
}

#hello p{
	padding: .3em 0em;
}
#hello a{
	
	color: #8F8D7C;
	color: #fff;
}
#x{
	width: 1em;
	height: 1em;
	position: absolute;
	font-size: 2em;
	margin-left: 390px;
	margin-top: -10px;
	cursor: pointer;
}
.btn{
	border-bottom: 1px dashed #ffffff;
	cursor: pointer;
	text-decoration: none;
}
#loading{
	position: fixed;
	width: 100%;
	background: url(ajax-loader.gif) no-repeat 50% 50%;
	background-color: #fff;
	min-height: 100%;
	-height: 100%;
	-position: absolute;
	z-index: 150;
}
