body{
	background: url(images/bg.jpg) #202020 fixed;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	color: #999999;
}

a{
	outline: none; /* Removes ff border */
}

#sidebar{
	position: fixed;
	left: 50px;
	top: 0px;
	width: 220px;
	height: 100%;
	background: url(images/sidebar.png);
	z-index: 2;
}

h1{
	margin: 50px auto 50px auto;
	height: 82px;
	width: 122px;
	background: url(images/ellakarttunen.png) left top no-repeat;
	text-indent: -9999px;
}

#contact{
	position: fixed;
	bottom: 0px;
	width: 200px;
	padding: 0px 0px 8px 0px;
	z-index: 2;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.07em;
}

#contact #tel{
	font-size: 26px;
}

#contact #email{
	font-size: 18px;
}

#menu{
	text-align: right;
}

#menu a{
	padding: 0px 35px 0px 0px;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -0.07em;
	color: #999999;
	text-decoration: none;
}

#menu a:hover{
	color: #ffffff;
}

#nav{
	position: fixed;
	right: 20px;
	top: 10px;
	z-index: 3;
}

#next, #prev{
	text-decoration: none;
	color: #999999;
	font-size: 32px;
	font-weight: bold;	
}

#next:hover, #prev:hover{
	color: #ffffff;
}

#hello{
	position: absolute;
	left: 320px;
	top: 180px;
	width: 500px;
	font-size: 24px;
	color: #555555;
}

#hello P{
	margin: 0px;
	padding: 0px;
	float: left;
}

#hello b{
	font-size: 36px;
	font-weight: bold;
	margin: 5px 5px 0px 0px;
}

#juttu{
	color: #333333;
	font-size: 110px;
	float: left;
	margin-top: -20px;
	margin-right: 10px;
}


#gallery{
	position: absolute;
	top: 50%;
	margin: -275px 0px 0px 0px;
	padding: 0px 200px;
	white-space: nowrap;
	display: table;
}

#gallery span{
	position: relative;
	white-space: nowrap;
	display: table-cell;
	margin: 10px 0px;
}

#gallery img{
	margin: 20px 120px;
	height: 510px;
	border: 1px solid #000000;
}

#tooltipbox{
	position: absolute;
	margin: -14px 0px 0px 130px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	z-index: 1;
}

#madebyme{
	position: fixed;
	right: 4px;
	bottom: 4px;
	font-size: 10px;
	color: #444444;
	z-index: 10;
}

#madebyme a{
	color: #444444;
}

#madebyme a:hover{
	color: #c0c0c0;
}

#ie6{
	position: absolute;
	left: 0px;
	top: 0px;s
	width: 100%;
	height: 100%;
	background: #202020;
	color: #990033;
	font-size: 20px;
	padding: 100px;
}

#ie6 a{
	color: #ff0066;
}

