#container {
	position: relative;
	width: 950px;
	height: 700px;
	margin: 25px auto 0 auto;
}

#header {
	position: relative;
	height: 120px;
	width: 100%;
	margin: 0 auto 25px auto;
}

#logo-panel {
	float: left;
	height: 116px;
	width: 192px;
	background: transparent url(../media/logo-wo.png) no-repeat center;
}

#about-container {
	position: relative;
	width: 950px;
	height: 550px;
	margin: 0 auto;
        }

#test {
	position: relative;
	width: 950px;
	height: 550px;
	margin: 0 auto;
        }

/*below this line login CSS is pasted and altered*/

/* @override http://www.panoptic.org/css/login.css */


#container {
	position: relative;
	width: 550px;
	height: 484px;
	margin: 80px auto 0 auto;
	background-color: #0e1a34;
	border: #000 1px solid;
}


#center-header {
	position: relative;
	width: 80%;
	height: 25px;
	padding-top: 80px;
	margin: 0 auto 40px auto;
}

#center-header h1 {
	line-height: 100%;
	text-transform: capitalize;
}

#form-container {
	position: relative;
	width: 200px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
/*border: #ccc 1px solid;*/
}

#form-container a {
	float: left;
	padding-right: 12px;
	color: #d0d0d0;
}

#logo {
	float: right;
	width: 80px;
	height: 48px;
	margin: 40px 40px 0 0;
	background: transparent url(../media/logo-sm.png) no-repeat center;
}


