﻿/* CSS Document */

html {
	height: 101%;
	background: #000;
	font-size: 62.5%;
}

body {
	min-height: 100%;
	font-size: 1.2em;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	text-align: center;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Century Gothic", sans-serif;
	color: #000;
}

h1 {}

h2 {}

h3 {}

h4 {}

a {}
a:link {}
a:hover {}

/* ---------------------- ID - Selektoren index --------------------------- */

div#container {
	text-align: left;
	background: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
