html *{ border: 0; margin: 0; padding: 0; }
body {
	font-family: sans-serif, Verdana, Arial;
	font-family: serif;
	text-align: center;
	background-size: 100%;
	overflow: hidden;
}
body img {
	width: 100%;
	position: fixed;
	bottom: 0; left: 0;
	z-index: -100;
	overflow: clip;
}
#content {
	overflow: auto;
	background: white;
}

div { display: block; }
.block {
	height: 25%;
	width: 25%;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	text-align: center;
	background: black;
	overflow: clip;
}
div.block:hover {
	/*background: url('../current_bg');*/
	background: none;
}
a {
	color: black;
}
.block a {
	font-size: 4em;
	height: 100%;
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 15%;
}
.block a:hover {
	/*color: black;*/
}
h1.welcome {
	position: fixed;
	bottom: 0;
	z-index: -10;
	font-weight: bold;
	font-size: 6em;
	color: black;
}
#hacking {
	text-align: left;
}

#hacking .navigation, #hacking .content {
	background: white;
	border: 4px double black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 30px;
}
#hacking .navigation{
	width: 100px;
	margin-bottom: 30px;
}
#hacking .navigation_holder{
	float: left;
	width: 160px;
	margin: 30px;
}
#hacking .content {
	width: 600px;
	float: left;
	margin: 30px;

}
#hacking .article h2 {
	border-bottom: 3px dotted black;
}
#hacking .article * {
	padding-left: 30px;
}
#hacking .article {
	margin: 20px;
	margin-bottom: 40px;
	border-left: 3px dotted black;
}
#hacking .article .tags{
	font-size: 0.6em;
}
#hacking .article .controls{
	margin: 10px;
	padding: 10px;
}

/*******************************/



