html, body, #container {
	margin: 0;
	padding: 0;
	height: 100%;
}

::-moz-selection { background: #22dd55; color: #000; }
::selection { background: #22dd55; color: #000; }


body {
	width: 100%;
height: 100%;
	background-color: black;
	color: #eee;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}

a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

a:Visited {
	color: #eee;
}

a:Hover {
	color: #22dd55;
}

ul {
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	margin: 0;
}

::-moz-selection { background: #22dd55; }
::selection { background: #22dd55; }

.section {
	padding-top: 50px;
	margin-top: 0;
}

.section:after {
	width: 100%;
	display: block;
	margin-top: 20px;
	text-align: center;
	content: "\2026";
}
 #container {
	margin:100;
	padding:100;
	height:100%}