#content
{
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 200px;
	text-align: left;
}

#content h1
{
	text-align: center;
}

#contentContainer
{
	left: 0;
	position: absolute;
	top: 130px;
	width: 100%;
}

#header
{
	background: #000000;
	color: white;
	height: 130px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#menu
{
	background: #CCFFFF;
	color: white;
	overflow: hidden;
	width: 200px;
	float: left;
}

.login
{
	background: #c0c0c0;
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 350px;
}
