@charset "utf-8";div#wrapper {	width: 600px;	height: 400px;	position: absolute;	left: 50%;	top: 50%;	margin-left: -300px;	margin-top: -200px;	}div.profile {	width: 298px;	float: left;	}div.contact {	width: 298px;	float: right;	}div.footer {	width: 600px;	clear: both;	}	h1 {	font-size: 1.1em;	margin: 5px 0;	}	h3 {	font-size: 1em;	margin-right: 50px;	border-bottom: 1px solid #666;	}	ul {	margin: 5px 50px 0 3px;	}	table {	margin-top: 5px;	}table th,table td {	padding-bottom: 3px;	vertical-align: top;	}table td {	padding-left: 10px;	}input,textarea {	width: 170px;	}input.button {	width: 50px;	border: 1px solid #666;	}div.footer p {	text-align: center;	}a {	color: #333;	}a:hover {	text-dekoration: none;	}
