html, body {
	height: 100%;
}

body {
	width: 500px;
	margin: 0px auto;
}

#wrapper {
	position: absolute;
	top: 10%;
}

#signature * {
	margin: 0;
	padding: 0;
}

#signature {
	color: black;
	background-color: #f7f7f7;

	font: 11px verdana, georgia, times, serif;

	margin: 2em;
	padding: 2em;

	border: 1px solid black;

	width: 400px;
}

#signature:hover {
	border: 1px solid gray;
	background-color: white;
}


#signature a {
	color: black;
}



#signature a:link {
	text-decoration: none;
}

#signature a:visited {
	text-decoration: none;
}

#signature a:hover {
	text-decoration: underline;
}



#signature_info {
	padding-bottom: 1em;
}

#signature .name {
	font-size: 1.5em;
}

#signature .title {
	font-size: 1.15em;
}


#signature_details {
}

#signature .label {
	font-weight: bold;
	color: #3f3f3f;

	width: 10em;
	float: left;

    overflow: hidden;
    clear: both;

	text-align: right;
	margin-right: 1em;
}