* {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #DAD7CD;
	font-family: Georgia, "Times Roman", serif;
	font-size: 10px;
	height: 100%;
	line-height: 14px;
	overflow-x: scroll;
	overflow-y: hidden;
}


/*	HEADER	*/
#header {
	background: url(../i/header_background.jpg) top left;
	height: 135px;
	position: fixed;
	width: 100%;
	z-index: 3;
}

#header h1 {
	background-position: -10px -10px;
	height: 103px;
	left: 60px;
	position: absolute;
	top: 15px;
	width: 394px;
}

#header .portfolio {
	background-position: -191px -123px;
	height: 110px;
	left: 560px;
	position: absolute;
	top: 10px;
	width: 110px;
}

#header .coded {
	color: #333;
	font-family: Garamond, "Times New Roman";
	font-size: 11px;
	font-style: italic;
	left: 680px;
	position: absolute;
	text-decoration: none;
	top: 10px;
	width: 120px;
}

#about {
	background: url(../i/about_background.jpg) no-repeat #DAD7CD;
	position: absolute;
	top: 135px;
	width: 100%;
}

#about div {
	font-family: Garamond, "Times New Roman";
	margin: -100px 0 0 170px;
	position: absolute;
	top: 50%;
	width: 385px;
}

#about h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 32px;
}

#about p {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 0;
}

#about span {
	background-position: -10px -123px;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 0 35px;
}


/*	CONTENT	*/
#content {
	display: block;
	height: 100px;
	position: absolute;
	z-index: 2;
	top: 135px;
}

#load {
	background: url(../i/load.gif) no-repeat center center #000;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-box-shadow: 0 0 5px #000;
	display: block;
	height: 11px;
	margin: -13px 0 0;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 50%;
	width: 16px;
	z-index: 4;
}

#canvas {
	overflow: hidden;
	height: 100%;
}

#canvas span {
	display: block;
	float: left;
	height: 100%;
	line-height: 0;
	margin: 0 0 0 -1px;
	overflow: hidden;
}



/*	COMMONS	*/
.replaced {
	display: block;
	text-indent: -5000em;
}

.sprite {
	background-image: url(../i/sprite.png)
}
