/* General ****************************************************************************************/

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	font: 10pt/16pt Georgia, serif;
	background: #ddd;
}

#progress {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

/* Navigation *************************************************************************************/

#logo, #mail, #projects {
	position: absolute;
}

#logo {
	width: 104px;
	height: 80px;
	left: 118px;
	bottom: 130px;
	cursor: pointer;
	background: url(name.png);
	behavior: url(iepngfix.htc);
}

#mail {
	left: 0;
	bottom: 260px;
	font-size: 7pt;
}

#projects {
	left: 0;
	bottom: 320px;
}

#projects a, #mail a {
	width: 220px;
	display: block;
	text-align: right;
	text-decoration: none;
	color: black;
}

#projects a:hover, #mail a:hover {
	color: #aaa;
	background: white;
}

/* Content ****************************************************************************************/

#content {
	position: relative;
	height: 100%;
	max-height: 100%;
	display: block;
	overflow: hidden;
	padding-left: 300px;
}

#content h1 {
	font-size: 16pt;
	margin-top: 20px;
	font-variant: small-caps;
	font-weight: normal;
	text-transform: lowercase;
}

#content h1 span {
	color: #aaa;
}

#content div {
	position: relative;
	left: 300px;
	overflow: hidden;
	width: 10000px;
}

#content img {
	margin-right: 20px;
	vertical-align: top;
	cursor: pointer;
}

#content p {
	width: 600px;
}

#content a {
	color: #aaa;
	text-decoration: none;
}

#content a:hover {
	color: black;
}
