body,html
{
	font-family: "Oxygen";
	font-size:30px;
	line-height:1.45;	
	margin:0;
	padding:0;
}

td,span {
 line-height: 1.45;
}

a
{
	color:black;
	text-decoration:none;	
}
a:hover
{
	color:black;	
}

.line
{
	position:absolute;
	height:10px;
	z-index:1;
	top:0
}

#menu span
{
	position:relative;
	z-index:2;
}

#menu td
{
	text-align:center;
	cursor:pointer;	
	padding:0.7em;
}

#menu
{
	position:relative;
	margin-top:1.5em;
	z-index:2
}

#logo
{
	postion:relative;
	width:15%;
	margin:0;
	padding:0;
	z-index:3;
	padding-bottom:10px;
	cursor:pointer;
}

.back
{
	position:fixed;
	left:10%;
	top:10%;
	cursor:pointer;
	opacity:0.7;
}
.back:hover
{
	opacity:1;
}