
body {
  background-image: url('texture.png');
}

.main > nav:before {
	content:"";
	background:url('neww.gif') top center repeat-y;
	display:block;
	width:6px;
	height:100%;
	position:fixed;
	top:0px;
	left:200px;
	cursor:auto; 
}