body {
	min-height:400px;
	margin-bottom:15px;
}
#main_holder_bio {
	position:absolute;
	width:570px;
	top:0px;
	left:50%;
	margin-left:-275px;
}
#menubar {
	position:absolute;
	top:0px;
	left:0px;
	width:555px;
	height:19px;
	padding-top:8px;
	padding-left:6px;
	z-index:20;
}
.menubar_hr {
	border:0;
	color:#dfdfdf;
	background-color:#dfdfdf;
	height:1px;
	width:555px;
	position:absolute;
	top:20px;
}
#menubar a {
	padding-left:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9px;
}
#bio_logo {
	position:absolute;
	width:173px;
	height:82px;
	top:29px;
	left:10px;
}
#registration_plank {
	position:absolute;
	top:37px;
	left:189px;
}
#plank_sign {
	position:absolute;
	width:257px;
	height:50px;
	left:250px;
	top:41px;
}
#plank_sign table td {
	text-align:center;
	vertical-align:middle;
	width:257px;
	height:50px;
}
#avatar {
	position:absolute;
	width:185px;
	height:185px;
	padding:15px;
	left:0px;
	top:110px;
}
#profile {
	top:110px;
	left:230px;
	position:absolute;
	width:310px;
	height:185px;
	padding:15px;
}
.corner {
	background-color:#dfdfdf;
	border:1px black solid;
}
#test {
	position:absolute;
	width:200px;
	height:200px;
	top:500px;
}
.outer {
	background-color:black;
}
.outer div {
	background-color:red;
	position:relative;
}
#profile span#bio{
	position:absolute;
	width:300px;
	height:90px;
	overflow:hidden;
	padding:5px;
	border-bottom:1px solid #959595;
}
#plank_sign input[type=text] {
	border:2px solid #959595;
	background-color:black;
	color:#dfdfdf;
	font-family:Georgia;
	font-style:italic;
	width:200px;
	font-size:20px;
	height:25px;
}
#profile span#contacts {
	position:absolute;
	width:300px;
	height:75px;
	top:120px;
	padding:5px;
	text-align:center;
	font-style:italic;
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
}
#profile p{
	text-align:center;
}
#profile textarea {
	width:305px;
	height:155px;
	border:1px solid #959595;
	background-color:#f4f4f4;
}
#contacts {
	position:relative;
	top:340px;
	padding:20px;
	width:530px;
	left:1px;
	text-align:center;
	bottom:25px;
}
#login {
	position:relative;
	top:140px;
	padding:20px;
	width:530px;
	left:1px;
	text-align:center;
	bottom:25px;
}

#contacts label, #login label {
	width:550px;
	display:block;
	font-family:Georgia;
	font-style:italic;
	font-size:13px;
	margin-bottom:5px;
}
#contacts input[type=text], #contacts input[type=file], #contacts input[type=password], #login input[type=text], #login input[type=password] {
	width:500px;
	margin-bottom:15px;
	font-size:14px;
	color:black;
}
.error-message, #authMessage {
	margin-bottom:15px;
	color:#e36060;
	font-size:14px;
}
#contacts input[type=file] {
	background-color:transparent;
	border:none;
}
.submit input {
	background-color:transparent;
	border:none;
	width:325px;
	height:70px;
}
.highlight {
	background-color:yellow;
}
