/* --------------------------------------------
  Viewport Mobile
-------------------------------------------- */

@media (max-width: 600px) {

	#container{
		width:500px;
	}

	header{
		height:auto;
		width:500px;
		padding:0px 0px 0px 0px;
	}

	#nav{
		float:none;
		margin:20px 0px 0px 0px;
	}

	header img{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}

	#nav ul{
		display:inline;
	}

	#nav li{
		display:block;
		margin-bottom:10px;
		background-color:#111111;
	}

	#left_pane{
		width:370px;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	#right_pane{
		width:370px;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	#content img{
		max-width:100%;
	}

	.current_page{
		border-bottom:0px;
	}

	.current_page_background{
		background-color:#333333 !important;
	}

	.current_page_background{
		background-color:#333333 !important;
	}

	.planet{
		margin-left:45px;
	}

	.dash_side{
		border:0px;
	}

	.dash_top{
		border:0px;
	}


}