#wrap
{
	width:100%;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	position:absolute;
}

#nav
{
	width:10%;
	left:5%;
	background:#666;
	position:relative;
}

#nav li
{
	list-style-type:none;
	left:0;
}

#nav li:hover
{
	background:#000;
}

#nav a
{
	text-decoration:none;
	color:#fff;
}