@charset "utf-8";

/* Need some inspiration, mmh? Copyright module23.com */


/* Hard reset */

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


/* Sort it out - The main elements */

html, body {
	background: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 100%;
}

h1 {
	font-size: 95px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 95px;
}

a:link {
	text-decoration:none;
	color:#fff;
}

a:visited {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:none;
	color:#333;
}


/* Content is king */

.wrapper {
	min-height: 100%;
	overflow: hidden;
}

.container {
	padding: 25px 0 0 25px;
	position: relative;
	overflow:hidden;
}

.colorfull {
	color:#FF00FF;
}

.colorfull_reverse {
	margin-top: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 123px;
	color:#FF00FF;
	background-color:#000;
}

.textbox {
	margin-top: 100px;
	width: 800px;
	line-height: 25px;
}


/* Reverse it again */

.reverse {
	margin-top: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #FF00FF;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 23px;
	color:#FFFFFF;
	background-color:#000;
}

.reverse a:link {
	text-decoration:none;
	color:#FFF;
}

.reverse a:visited {
	text-decoration:none;
	color:#FFF;
}

.reverse a:hover {
	text-decoration:none;
	color:#000;
	background-color:#FFF;
}


/* Navigation */

.navibox {
	width: 250px;
	position: absolute;
	top: 0;
	left: 1000px;
}

.navreverse {
	font-weight: normal;
	line-height: 22px;
	color:#FFFFFF;
	background-color:#000;
	float:left;
	padding: 4px;
	font-size: 14px;
}

.navreverse a:link{
	color:#FFF;
}

.navreverse a:visited{
	color:#FFF;
}

.navreverse a:hover{
	color:#FF00FF;
}

.navreverseletter{
	margin-bottom:-4px;
	width: 15px;
	text-align:center;
}



/* Buy me some shoes - The footer */

.footer {
	font-size: 11px;
	color: #fff;
	height: 20px;
	margin-top: -25px;
	position: relative;
	background-color:#FF00FF;
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}

.footertext {
	margin-left: 25px;
}

