#container {
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0 50px 0 50px;
	left: 50%;
	overflow: auto;
	background-color: white;
}

#header {
	width: 500px;
	height: 82px;
	background: transparent url(../img/header.png) top left no-repeat;
	position: absolute;
	top: 30px;
}

#portfolio {
	width: 500px;
	height: 350px;
	background: transparent url(../img/portfolio.png) top left no-repeat;
	position: absolute;
	top: 110px;
}
#portfolio a {
	display: block;
	width: 230px;
	height: 50px;
	position: absolute;
	top: 153px;
	left: 134px;
}

#email {
	width: 500px;
	height: 24px;
	background: transparent url(../img/email.png) top left no-repeat;
	position: absolute;
	top: 500px;
}

#redesign {
	width: 500px;
	height: 16px;
	background: transparent url(../img/redesign.png) top left no-repeat;
	position: absolute;
	top: 525px;
}

#separator {
	width: 500px;
	height: 31px;
	background: transparent url(../img/ornament.png) top left no-repeat;
	position: absolute;
	top: 556px;
}
#separator hr {
	display: none;
}

#text {
	width: 450px;
	position: absolute;
	top: 650px;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 14px;
}
#text h3 {
	color: #696969;
	font-size: 11px;
	text-transform: lowercase;
}

#footer {
	width: 100%;
	height: 100px;
	/*background-color: #000;*/
	position: absolute;
	top: 860px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#hcard {
	margin-top: 20px;
	text-align: center;
	color: #535353;
	font-family: Georgia, Trebuchet, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
}
#hcard .org, #hcard .elem {
	font-weight: bold;
	color: #303030;
}

#header h1, #header h2, #portfolio p a span, #email span, #redesign p {
	position: absolute;
	top: -10000px;
}

#twitter {
	width: 116px;
	height: 64px;
	background: transparent url(../img/twitter.png) top left no-repeat;
	position: absolute;
	top: 600px;
	text-align: center;
	margin-left: 195px;
}

#twitter p {
	position: absolute;
	top: -10000px;
}

#twitter a {
	display: block;
	width: 116px;
	height: 64px;
}