
html, body {
	margin: 0px;
	background-image: url('../images/background-2.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

#body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

img {
	border: none;
}

#nav {
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: 50;
}

#nav img {
	margin-right: 10px;
	border: 0px;
}

#k {
	float: left;
	margin: 2px 10px 8px 0;
}

a:link {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #fcc;
}

a:visited {
	color: #fff;
}

p {
	font-weight: light;
}

#sig {
	position: absolute;
	top: 98px;
	left: 40px;
}

#text {
	margin-top: 290px;
	margin-left: 40px;
	width: 380px;
	clear: all;
}

#footer {
	border-top: 1px solid white;
	position: relative;
	padding-bottom: 30px;
	padding-top: 3px;
	margin-top: 10px;
	color: #eee;
}

#portfolio {
	position: absolute;
	top: 75px;
	left: 470px;
}

#quotes {
	position: absolute;
	top: 195px;
	left: 710px;
}