* {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 11px;
}

html, body {
	height: 100%;
}

body {
	background-color: #000000;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

div#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1050px;
	background: #000000 url(../img/bg.jpg) center top no-repeat;
}

div#main {
	width: 681px;
	height: 1050px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -340px;
}

div#main div#nav a {
	position: absolute;
}

div#main div#content {
	
}

div#main div#content table#ALPHA {
	position: absolute;
	left: 0px;
	top: 243px;
/*	height: 100%;*/
}

div#main div#content table#ALPHA td#BETA {
	background-image: url(../img/left.png);
	background-repeat: repeat-y;
}

div#main div#content table#ALPHA td#GAMMA {
	height: 40px;
}

div#main div#content table#ALPHA td#DELTA {
	background-image: url(../img/right.png);
	background-repeat: repeat-y;
}

div#main div#content table#ALPHA td#EPSILON {
	background-image: url(../img/content.jpg);
	background-position: 3px -137px;
	background-repeat: repeat;
	height: 100%;
	padding-bottom: 25px;
}

td#content_main hr {
	border: 0px;
	border-top: 2px dashed #CC0066;
	margin-top: 15px;
	margin-bottom: 15px;
}

td#content_main h1 {
	color: #ffff00;
	font-size: 15px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}

td#content_main p {
	color: #ffffff;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}

td#content_main p.meta {
	color: #00C7F9;
	float: right;
	font-size: 15px;
	margin: 0px;
}

td#content_main .caption {
	color: #00C7F9;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

td#content_main p.subnav {
	margin: 0px;
}

td#content_main p.subnav a {
	color: #00C7F9;
}

td#content_sidebar p {
	color: #00C7F9;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

td#content_sidebar div {
	width: 114px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

div.dude {
	display: inline-block;
	margin: 4px;
	width: 80px;
}

* html div.dude {
	display: inline;
	margin: 2px;
	width: 84px;
}

table.laden td {
	color: #ffffff;
	text-align: justify;
}

