@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #000;
	margin: 0;
	padding :0;
}

html,body {
	height: 100%;
}

img.displayed {
	display: block;
	margin: 1em auto;
}

/*a:link { 
	color: #00F;
	}
a:visited { 
	color: #F00;
	}
	*/
a:hover { 
	color: #006;
	text-decoration: none;
	}
<!--
a:active { 
	color: #333333;
	}
-->
div.container {
	background: #000;
	color: #FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
	display: table;
}

p.important {
	color: #F00;
}

#frontpage {
	display: table;
	position: absolute;
	top: 10%;
	left: 5%;
	background: #C00;
	width: 90%;
	height: 80%;
}

p.frontpage {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#wrapper {
	background-color: #000;
	color: #FFF;
	margin: 30px auto 30px auto;
	max-width: 95%;
	min-width: 700px;
	padding: 10px;
}

#header {
	/*border-bottom: 1px solid #C00;*/
	max-width: 95%;
	min-width: 700px;
	margin: 30px auto 0 auto;
	padding: 0;
}

#main {
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}

#content {
	background-color: #000;
	color: #FFF;
	margin-left: 220px;
}

#sidebar {
	float: left;
	width: 220px;
	background-color: #000;
	color: #FFF;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #C00;
	padding: 1em 0;
	margin-bottom: 2em;
}

#footer p {
	font-size: 90%;
	color: #FFF;
	background-color: #000
}

.centered {
	text-align:center;
}

#centeredlist {
	text-align:center ;
	list-style:none outside ;
}

#image {
	background-color:#000;
	color:#FFF;
	margin: 0 auto;
}

#links {
	list-style: none;
}

img.nextprev {
	margin-bottom: 1em;
}

p.left {
	float:left;
	margin-bottom: 0;
}

p.right {
	float:right;
	margin-bottom: 0;
}

#gallery li {
	display: inline;
	list-style: none;
}

div.clr {
	clear: both;
	margin: 10px;
}