
@media only screen and (max-width: 740px) {
	
	body{
		/*background-color:#0f0!important;*/
	}
	
	
	#home-content h1 span{
		font-size:20px;
		width:240px;
		
	}
	
	#home-content a{
		
		margin-bottom:20px;
		
	}
	#sidebar{
		width:100%;
	}
	
	#content{
		width:97%;
		padding:3% 0 3% 3%;	
		float:left;
	}
	
	
	
	
}
