html,body {
	height: 100%;
	background: #313630;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}
body {
    font-family: 'Inconsolata', arial, serif;
	text-align: center;
	}

#main {
	min-height: 100%;
	width: 600px;
	margin: -1.5em auto -3.5em;
	padding: 0;
	text-align: left;
	}

* html #main {
	height: 100%;
	}

#content {
	padding-bottom: 5em;
	}

#foot {
    height: 3.5em;
    margin: 0;
    padding: 0;
    background: #090909;
    color: #888;
    margin-top:60px;
    }

h1 a:link,
h1 a:hover,
h1 a:visited,
h1 a:active {
	position: relative;
	display: block;
	height: 100px;
	width: 292px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-bottom: none;
	background: transparent url(logo.png) no-repeat bottom right;
	font: 20px/20px sans-serif;
	text-indent: -9999px;
	}

h2 {
	font: normal 2em/1.3 'DejaVu sans','bitstream vera sans',verdana,'lucida grande',serif;
	margin: 1em 0 .2em 0;
	}
h2 a:link,
h2 a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}
h2 a:hover,
h2 a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0 .1em 0;
	}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 .1em 0;
	}

a:link {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	border-bottom: 1px dotted #555;
	text-decoration: none;
	}

#menu {
    margin-bottom:100px;
}

.news {
    background-color:#1e201d;
    border: 1px solid #5d7c7f;
    padding:16px;
    margin-bottom:24px;
}

b.newstitle {
    color:#5d7c7f;
}

.code {
    background-color:#111111;
}

