@charset "UTF-8";
#container {
	padding: 0;
	position: relative;
	width: 800px;
	margin: auto;
	margin-top: 0;
	background: url(images/sidebar.jpg) left repeat-y;
}

#header {
	margin: 0 0 0 0;
	text-indent: 160px;
	width: 800px;
	background: url(images/header.jpg) left no-repeat #000; 
}

#content {
	margin: 0 0 0 0;
	text-indent: 0px;
	width: 800px;
	height: auto; 
}

#penguin {
	margin: 0 0 0 0;
	text-indent: 0px;
	width: 800px;
	height: 400px;
	position: absolute;
	top: 82px;
	right: 0;
	z-index: 0;
	background: url(images/penguin.jpg) right no-repeat;
}

#content_home {
	margin: 0 0 0 0;
	text-indent: 0;
	padding-left: 50px;
	padding-right: 280px;
	width: 470px;
	height: 384px; 
}

#content_contact {
	margin: 0 0 0 0;
	text-indent: 0;
	padding-left: 50px;
}

#footer {
	margin: 0 0 0 0;
	width: 800px;
	height: 40px;
	background-image: url(images/footer.jpg)
}
#resume {
	border: #333 thick solid;  
	position: relative;
	top:25px;
	left:100px;
	width: 650px;
	height: 350px;
}
#alternative {
	position: relative;
	top: 40px;
	left:100px;
	width: 650px;
	height: 15px;
	text-align: center;
}

body {
	font-family: Verdana, Geneva, sans-serif;
}

div.thumbs {
	text-indent: 0;
	border:#333 medium solid;
	position: absolute;
	height: 75px;
	width: 75px;
	z-index: 1;
}

	

