/*
Theme Name: rgls landing page
Description: rgls landing page 
Author: M. Hamer
*/

* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
	color: white;
	font-family:Helvetica,Arial,sans-serif;
	background-color:black;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
	text-align:left;
	width:100%;
}
.error404 .wrapper {
	width: 350px;
}
a {
	color: #808080;
	text-decoration:none;
}
.header {
	height:250px;
	text-align:center;
}
.footer, .push {
	height: 1em;
	position: relative;
	text-align: center;
	z-index: 200;
}
.footer span {
	position: absolute;
	bottom: 0;
}
ul.Navigation{
	list-style-type:none;
	padding-left:0;
	text-align:left;
}
ul.Navigation li{
	padding-right:2px;
}
div.centered {
	/*width: 350px;*/
	margin:auto;
	float:left;
	left: -50%;
	position: relative;
}
div.ccentered {
    float: left;
    left: 50%;
    position: relative;
}
div.occentered {
    overflow: hidden;
    position: relative;
}
ul.Navigation li a,ul.Navigation li a:visited{
	color: white;
	padding: 2px;
}
ul.Navigation li a:hover{
	background-color:#ababab;
	padding:2px;
}
ul.Navigation {
	font-size:300%;
}
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-justify { text-align: justify; }
