/* Copyright (c) Lisa Kirsch */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #edebe8;
}

#preload {
	display:none;
	visibility:hidden;
}

#wrapper {
	width: 542px;
	text-align: center;
	margin: auto;
}

#subwrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -271px;
	margin-top: -150px;
}

a .alt {
	display:none;
}

#photo {
	width: 263px;
	height: 277px;
	float: left;
	position: relative;
	top: 0;
}

#links {
	width: 279px;
	height: 277px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	float: right;
}

#links-top {
	background: url(links-top.png) no-repeat;
	height:47px;
	width:279px;
	position: absolute;
	left: 0;
	top: 0;
}

#email {
	background: url(links-email.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 47px;
}

#email:hover {
	background: url(links-email-hover.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 47px;
}

#twitter {
	background: url(links-twitter.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 88px;
}

#twitter:hover {
	background: url(links-twitter-hover.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 88px;
}

#flickr {
	background: url(links-flickr.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 129px;
}

#flickr:hover {
	background: url(links-flickr-hover.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 129px;
}

#google {
	background: url(links-google.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 170px;
}

#google:hover {
	background: url(links-google-hover.png) no-repeat;
	height:41px;
	width:279px;
	position: absolute;
	left: 0;
	top: 170px;
}

#links-bottom {
	background: url(links-bottom.png) no-repeat;
	height:66px;
	width:279px;
	position: absolute;
	left: 0;
	top: 211px;
}

#footer {
	bottom: 0;
	width: 542px;
	margin-left: auto;
	padding-bottom: 20px;
	margin-right: auto;
	clear: both;
	text-align: center;
	position: absolute;
}

.footer {
	color: #bfbcb9;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footer a {
	color: #bfbcb9;
	text-decoration: none;
}

.footer a:hover {
	color: #bfbcb9;
	text-decoration: underline;
}

