body 	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

a 	{
		text-decoration: none;
		color: #777;
		font-weight: 900;
	  }

a:hover	{
		color: #222;
	}

#logo	{
		z-index: 1000;
		position: absolute;
		top: 20px;
		left: 170px;
	}

.content {
		position: absolute;
		margin-top: 120px;
		padding-bottom: 20px;
		margin-left: 2em;
		margin-right: 2em; /* if randomiser, 200px */
		top: 0px;
		left: 0px;
		right: 0px;
	}

.container {
		position: relative;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
	}

.container .content img {
		float: left;
	}
.site_title {
		margin-left: 30%;
	}

#links {
	position: absolute;
	font-family: courier;
	display: block;
	line-height: .8em;
	top: 52px;
	left: 345px;
}

.absolutely {
		position: absolute;
	}

.fixed {
		position: fixed;
	}

.right {
		right: 0px;
	}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

