body {
	background-color: #000000;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 12pt;
}

a {
	color: #eb008b;
	text-decoration: none;
}

a:hover {
	color: #eb008b;
	text-decoration: underline;
}

h1 {
	color: #eb008b;
}

h2 {
	color: #eb008b;
}

h3 {
	color: #eb008b;
}

.banner-grey {
	background-color: #333333;
	height: 12px;
}

.banner-white {
	background-color: white;
	height: 6px;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}

.banner-img {
	background: url(enigma/banner.jpg) no-repeat top left;
	height: 200px;
	width: 900px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menubar {
	width: 100%;
	border: none;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

.content {
	marign-top: 5px;
}

.footer {
	background-color: #333333;
	height: 150px;
	margin-top: 5px;
}

.footer-inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;
}

.footer-copy {
	float: left;
}

.footer-social {
	float: right;
	padding-right: 5px;
}

.footer-poweredby {
	float: right;
}

.footer-poweredby img {
	border: none;	
	vertical-align: middle;
}

.footer-poweredby span {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

.footer-social img {
	border: none;
	vertical-align: middle;
}

.footer-social span {
	padding-right: 5px;
}

.menubar-menu {
	background: url(enigma/links-bar.jpg) top left no-repeat;
	height: 24px;
	padding: 2px;
	text-align: center;
}

.menubar-menu a {
	color: white;
	text-decoration: none;
}

.menubar-menu a:hover {
	color: white;
	text-decoration: underline;
}
