*{
  margin:0;
  padding:0;
}

::-moz-selection {
    background: transparent;
    text-shadow: none;
}

::selection {
    background: transparent;
    text-shadow: none;
}

html,
body{
  min-height:100%;
}

body{
  font-family: "Century Gothic", Helvetica, Geneva, sans-serif;
  background: url(noise.gif) repeat;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

main {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 200px;
}
main.index {
	background: url(https://hd.unsplash.com/photo-1469899324414-c72bfb4d4161) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
main .logo {
	width: 100px;
	height: auto;
	right: 220px;
	top: 20px;
	position: fixed;
}
main .content {
	position: absolute;
	bottom: 40px;
	width: 50%;
}
main .content h1 {
	color: #fff;
	padding: 0 40px 0;
	font-weight: bold;
}
main .content p {
	color: #fff;
	font-size: 22px;
	background: #000;
	padding: 10px;
	margin:  40px 40px 0;
	display: inline-block;
}
aside.sidenav {
	background: #111;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 200px;
}
aside.sidenav ul {
	position: relative;
	height: 100%;
}
aside.sidenav ul li {
	display: block;
	height: 25%;
	width: 100%;
	position: relative;
}
aside.sidenav ul li a {
	display: block;
	color: #fff;
	height: 100%;
	cursor: pointer;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	padding: 15px;
	font-weight: bold;
	text-align: right;
}

aside.sidenav ul li:nth-child(1) a {
	background: #586f7c;
}
aside.sidenav ul li:nth-child(2) a {
	background: #b8dbd9;
}
aside.sidenav ul li:nth-child(3) a {
	background: #f4f4f9;
	color: #777
}
aside.sidenav ul li:nth-child(4) a {
	background: #00cc66;
}

aside.sidenav ul li a:hover,
aside.sidenav ul li a:active {
	text-decoration: none;
	color: #333;
}