

/*
	so, here we meet again mr. burst-with-curiosity.
*/










html, body	{
		background: black url(g-bg.png) top repeat-x;
		height: 100%;
		margin: 0;
		padding: 0;
		color: #4c484c;
		font-family: century gothic, helevetica, verdana, arial;
		text-align: center;
		}

div#center	{
		height: 486px;
		width: 343px;
		background: black url(gehirnbrand.png) center no-repeat;
		margin: auto;
		}

div#cbox	{
		background-color: #282626;
		position: absolute;
		top: 450px;
		right: 80px;
		height: 130px;
		width: 700px;
		text-align: left;
		padding: 20px 20px 10px 30px;
		-moz-border-radius: 20px;
		}

div#cbox input.info	{
		font-family: century gothic, helevetica, verdana, arial;
		width: 180px;
		border: none;
		border-bottom: 1px dashed #4c484c;
		background-color: #282626;
		color: white;
		}

div#cbox input.butt	{
		font-family: century gothic, helevetica, verdana, arial;
		border: none;
		background-color: #282626;
		color: #9f0069;
		font-size: 15px;
		}

div#cbox div#buttonbar {
		position: absolute;
		bottom: 20px;
		right: 30px;
		width: 160px;
		}

div#cbox div	{
		width: 100px;
		float: left;
		}

h1		{
		text-align: right;
		padding-right: 80px;
		margin: 0px;
		}

p		{
		margin: 10px 0;
		text-align: right;
		padding-right: 80px;
		}