@media screen and (max-width: 770px) {
	#content{
		width:350px;
	}	

	.random{
		display: none;
	}
	.newsbadge{
		top:560px;
	}
	#news{
		top:600px;
	}
}

@media screen and (max-width: 480px) {
	#content{
		width:390px;
		padding-left: 20px;

	}
	#biglogo{
		display: none;
	}
	#logo{
		top:120px;
	}
	#text{
		top:210px;
	}
	.newsbadge{
		top:590px;
		
	}
	#address{
		
	}
	#nav{
		font-size: 12px;
		border-right:none;
	}

	#news{
		display: none;
		top:630px;
		z-index: 10;
		opacity: 1;
	}
}


@media only screen and (min-width : 480px) and (max-width : 690px) {
	#content{
		width:440px;
		padding-left: 20px;

	}

	#biglogo{
		display: none;
	}


	#logo{
		top:120px;
	}

	#text{
		top:210px;
	}

	#nav{
		border-right:none;
		font-size: 12px;

	}
	#news{
		display: none;
		top:600px;
		z-index: 10;
		opacity: 0.9;

	}
	.newsbadge{
		
	}
}

.badge{
	width:140px;
}