@media only screen and (max-width: 1023px){	

	#wwtop{
		position: fixed;
		left: 0;
		top: 0;
		height: 5%;
		width: 100%;
		border-top: 2px solid #000;
		text-align: center;
		font-size: 12px;
		border: 0;
	}
	
	#wwtop a{
		text-decoration: none;
		color: #666;
		margin-top: 50%;
	}
	
	#webwalker{
		position: fixed;
		left: 0;
		top: 5%;
		height: 90%;
		width: 100%;
		border-top: 2px solid #000;
		text-align: center;
		font-size: 12px;
		border: 0;
	}
	
	#next_website{
		position: absolute;
		right: 5%;
		top: 0;
		height: 40px;
		border: 0;
		z-index: 50;
	}

	#prev_website{
		position: absolute;
		left: 5%;
		top: 0;
		height: 40px;
		border: 0;
		z-index: 50;
	}
	
	#bottom{
		position: fixed;
		left: 0;
		bottom: 0;
		height: 5%;
		width: 100%;
		/*background-image: url("images/wwbg.png");*/
		
		text-align: center;
		font-size: 12px;
		z-index: 99;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}