html, body { height: 100%; }

body
{
	padding: 0;
	margin: 0;
	background-color: #000;
}

#distance
{
	width: 1px;
	height: 50%;
	/* half of container's height */
	margin-bottom: -300px;
	float: left;
}

#container
{
	margin: 0 auto;
	/* puts container in front of distance */
	position: relative;
	width: 800px;
	height: 600px;
	clear: left;
}

#content
{
	height: 473px;
}

#menu
{
	display: block;
	height: 127px;
	background-image: url(../images/fkoo-studio.gif);
	background-repeat: no-repeat;
}

#menu td
{
	text-align: right
}

#register
{
	height: 473px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 75px;
	padding-right: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt, .txt2, .txt3
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	width: 225px;
}
.txt2 { width: 150px; }
.txt3 { width: 100px; }

#btns
{
	clear:both;
}

/*div.fileinputs {
	position: relative;
	width: 280px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.fakefile img {
	position: absolute;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
*/
.submit { margin-top: 15px; }

.thanks 
{
	font-size: 24px;
	color: #9C090F;
}.private {
	color: #666666;
}

.index1
{
	float: right;
	display: block;
	width: 150px;
	height: 125px;
}

.services
{
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 35px;
}
.services h1
{
	padding-left: 185px;
}
.services .items
{
	clear: both;
	display: block;
	height: 110px;
}
.services .items img
{
	float: left;
}
.services .items p
{
	float: right;
	display: block;
	width: 525px;
	padding: 0;
	margin: 0;
	padding-right: 50px;
}
.services .items p br
{
	clear: both;
}
.services .footer
{
	clear: both;
	margin-top: 50px;
}
.services .footer a
{
	color: #A0090E;
	text-decoration: none;
}
.services .footer a:hover
{
	text-decoration: underline;
}
.services .footer .portfolio
{
	float: right;
	padding-right: 50px;
}
