body
{
font-family: Oxygen;
background-color:#fff;
background-image: url('images/bg.gif');
background-position: fixed;
background-repeat: repeat-x;
overflow: hidden;
}

::-webkit-scrollbar {width: 6px; height: 2px; background: #;}
::-webkit-scrollbar-thumb {background-color:#c6e3ef ; border: 0px solid black;}

::selection {color: #2d2435; background: #f5e6ff;}
::-moz-selection {color: #2d2435; background: #f5e6ff;}
::-webkit-selection {color: #2d2435; background: #f5e6ff;}

#header {
	
		position:absolute;
		z-index:1;
		top:10px;
		left:820px;
}

#main {
	
		position:absolute;
		top:80px;
		left:110px;
		width: 706px;
		height: 506px;
		background-image: url('images/header.png'); 
		background-position: fixed;
		background-repeat:repeat;
}

#content
{
		position: relative;
		top:30px;
		left:15px;
		width: 670px;
		height:465px;
		font-size:16px;
		color: #2d2435;
		float:left;
		text-align:justify;
		font-family: 'Inconsolata', monospace;
		line-height:200%;
		overflow: auto;
		padding-right: 15px;
}

a
{
text-decoration:none; 
font-family: 'Nova Mono', monospace;
font-size:16px;
color: #e86884;
text-shadow: 1px 1px 0px #ffea9d;

}

a:hover 
{
text-decoration:none;
color: #73c683;
transition: 0.1s;
cursor: help;


}

b { color:#ff767c;
font-weight: 600;
letter-spacing:1px;

}

i {color:#56c754;

}


h1
{
		font-family: 'Nova Mono', monospace;
		font-size:23px;
		color:#64c0ee;
		line-height: 100%;
		margin: 20px 0px 20px 0px;
		text-align: center;
		text-transform: capitalize;
		text-shadow: 1px 1px 0px #eee;
		font-style: italic;
		letter-spacing:1px;

}

#navi {
	position:absolute;
	left: 30px;
	top: 45px;
	width: 700px;
	z-index:2;
}

#n1 {
		text-transform: lowercase;
		text-decoration: none;
		float: center;
		width: 80px;
		padding: 0px 10px 5px 10px;
		margin: 2px;
		display: inline-block;
		font-size: 18px;
		background-color: #fff;
		
	}
	
#n1::first-letter
{
	font-size: 19px;
	text-transform: uppercase;
	font-weight:600;

}
  
#n1 a {
		font-family: 'Nova Mono', monospace;
		color: #a082a7;
		letter-spacing:1px;
		text-decoration:none;
		text-shadow: 1px 1px 0px #ffe6eb,
					-1px -1px 0px #ffe6eb;
}	

#n1 a:hover {

		text-decoration: none;
		transition: 0.5s;
		text-shadow: 1px 1px 0px #8dfafe,
					-1px -1px 0px #8dfafe;
		

}
		
#footer {
		position:absolute;
		bottom: 5px;
		left: 10px;
		font-family: 'Inconsolata', monospace;
		font-size: 12px;
		line-height: 20px;
		}
		
		#music {
		position:absolute;
		bottom: 5px;
		right: 10px;
		
		}

audio {
    filter: contrast(110%);
    width: 100px;
    height: 25px;
}