html {
	overflow: auto
}

body{
	width: 100%; 
	position: absolute; 
	height: 100%; 
	background-color:#020205;
}

div#pinch {
	background: url(../images/back2.jpg) no-repeat center center; 
	left: 0px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	height: 100%
}
div#container {
	left: 50%; margin: -280px 0px 0px -480px; width: 960px; position: absolute; top: 50%; height: 540px; text-align: left
	
 
}
div#contentback {
	background: url(../images/b2.jpg) #000 no-repeat 0px 0px; width: 950px; height: 540px
}
 
div#content {
	float: right; margin: 30px 10px 0px 0px; width: 44em
}
 
div#footer {
	margin: 1em 2.5em 0px 0px
}
div#footer p {
	padding-right: 0px; padding-left: 0px; font-size: 0.9em; padding-bottom: 0px; margin: 0px; width: 40%; color: #848b94; padding-top: 0px
}
div#footer p#credit {
	float: left; margin: -5em 0px 0px 3em; color: #3b3e44
}
div#footer p#copyright {
	float: right; text-align: right
}
div#footer a {
	color: #b6bcc1; text-decoration: none
}
div#footer a:visited {
	color: #b6bcc1; text-decoration: none
}
div#footer p#credit a {
	color: #575b64
}
div#footer a:hover {
	color: #fff! important; text-decoration: underline
}
h3 {
	color:#fff;
	font-size: 1.4em;
	padding-bottom: 0.2em;
	border-bottom: #fff 1px solid
}
div#intro {
	margin-bottom: 3em;
	height:200px;
}
div#intro p {
	font-size: 1.15em; color: #949ca5
}
div#intro a:link {
	color: #b0e194; text-decoration: none
}
div#intro a:visited {
	color: #b0e194; text-decoration: none
}
div#intro a:hover {
	color: #79ff25; text-decoration: underline
}
div#intro:hover a:link {
	text-decoration: underline
}
div#intro:hover a:visited {
	text-decoration: underline
}
div#content table {
	border-top: #26282c 1px solid
}

div.row{clear:both;}
 
 
div#cform{width:30em; float:right;}

.errortext{color:red;}