﻿html
{
	background-color: silver;
	font: 14px Arial, Sans-Serif;
}
.mainNav
{
	font-weight: 300;
	font-size: 10pt;
	color: blue;
	font-family: arial, sans-serif, geneva, verdana;
	text-decoration: underline;
}
.mainNav:hover
{
	font-weight: 300;
	font-size: 10pt;
	color: red;
	font-family: arial, sans-serif, geneva, verdana;
	text-decoration: underline;
}
.content
{
	margin: auto;
	width: 700px;
	background-color: white;
	border: solid 1px black;
}
.MainHeader
{
	position: relative;
	padding: 5px;
	padding-left: 50px;
}
.MainContent
{
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 344px;
}
.TimePane
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px;
	background-color: #eeeeee;
}
#copy
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#kom
{
	padding-top: 10px;
}
.LinesOfCode
{
	padding-top: 10px;
}
#DeathStar
{
	float: right;
	margin-right: 100px;
	position: relative;
	top: -90px;
	right: 0px;
	width: 200px;
	height: 200px;
	background-color: Black;
}

