﻿body
{
	background-color: #141318;
	z-index: 0;
}

.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 390px;
	height: 236px;
	background: url(images/connect-logo.png);
}

.system_logo
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
	width: 250px;
	height: 338px;
	background: url(images/gnc-logo.png);
}

.celebrate
{
	z-index: 20;
	margin-left: 290px;
	margin-top: 35px;
	display: block;
	position: absolute;
}

.menu
{
	z-index: 20;
	font-family: "Arial Black";
	font-weight: 800;
	font-size: small;
	margin-left: 305px;
	margin-top: 150px;
	display: block;
	position: absolute;
}

.menu a
{
	padding-right: 15px;
	color: #ffbb00;
	text-decoration: none;
}

.body
{
	background-image: url(images/side-bar.png);
	background-position: left;
	background-repeat: repeat-y;
	margin-left: 0px;
	padding-left: 120px;
	z-index: 0;
	padding-top: 230px;
	position: absolute;
	left: 0px;
	font-family: Calibri;
	font-size: medium;
	color: #eeeeee;
	padding-right: 80px;
}

.body a
{
	color: #ffbb00;
	text-decoration: none;
}

.indent
{
	margin-left: 50px;
}

.footer
{
	background-image: url(images/footer.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: -120px;
	padding-left: 120px;
	color: #999999;
	font-size: 0.7em;
	height: 68px;
}

.footer a
{
	color: #ffbb00;
	text-decoration: none;
}