html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../img/header.png) repeat-x;
	overflow: hidden;
	cursor: default;
}
div {
	position: relative;
	width: 900px;
	margin: auto;
}
h1 {
	height:65px;
	left:20px;
	position:absolute;
	top:14px;
	width:241px;
	background: url(../img/logo.gif);
}
h1 span {
	position: relative;
	left: 0px;
	top: -1000px;
}
h2 {
	color: #4f8cad;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0;
	padding: 15px 0 0 20px;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
}
div div {
	background: url(../img/body.png) no-repeat;
	height: 400px;
	width: 840px;
	position: absolute;
	top: 120px;
	left: 0;
	padding: 5px 30px;
}
code {
	display: block;
	position: absolute;
	background: url(../img/teh_guy.gif);
	height:28px;
	right:100px;
	top:4px;
	width:17px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	outline: none;
	padding: 5px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 50px 0 0 0;
}
li {
	padding: 0;
}
li a {
	float: none;
	color: #000;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 60px;
	color: #137CC5;
	display: block;
}
li a:hover {
	background-repeat: no-repeat;
	background-position: 5px 0;
}
li:nth-of-type(1) a:hover {
	background-image: url(/img/wp.png);
	/* rgb(31, 83, 122) */
}
li:nth-of-type(2) a:hover {
	background-image: url(/img/twitter.png);
	/* rgb(79, 194, 220) */
}
li:nth-of-type(3) a:hover {
	background-image: url(/img/xing.png);
	/* rgb(2, 100, 102) */
}
li:nth-of-type(4) a:hover {
	background-image: url(/img/li.png);
	/* rgb(79, 194, 220) */
}
ul li:hover {
	background:url("../img/body.png") no-repeat scroll -30px 0 transparent;
}
/*
li a:active,
li a:focus, */
li a:hover {
	color: #003D79;
	/* background-color: #F2F5F9; */
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4) !important;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4) !important;
	outline: none;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
}
ol {
	position: absolute;
	top: -40px;
	right: 0px;
	width: 170px;
	height: 160px;
	-moz-box-shadow: 0 3px 15px 0 rgba(23,23,23,0.5);
	-webkit-box-shadow: 0 3px 15px rgba(23,23,23,0.5);
	background: #FFFFFF;
	background: rgba(255,255,255,0.92);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	*/
	list-style: none;
	padding: 10px;
}
ol img {
	float: left;
	padding: 0 10px 10px 0;
}
ol li {
	color: #003D79;
	overflow: hidden;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	padding-bottom: 5px;
}
blockquote {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	padding-top: 20px;
}
