@media only screen and (max-width:779px) 
{
	#master_page_area {margin-left:-50%; width:100%; height:100%;}
	
	#master_header_edge {height:70px;}
	#master_header {height:75px;}
	#master_header_name {font-size:14px; top:2px;}
	#master_header_address {font-size:14px;top:98px;}
	#master_block_guitar {top:90px;}
}

@media only screen and (max-width:599px) 
{
	#master_header_edge {height:65px;}
	#master_header {height:70px;}
	#master_header_name {font-size:11px; top:8px}
	#master_header_address {font-size:11px;top:98px;}
	#master_block_guitar {top:85px;}
}

@media only screen and (max-width:469px) 
{
	#master_header_edge {height:60px;}
	#master_header {height:65px;}
	#master_header_name {font-size:9px; left:25%; width:50%; top:0;}
	#master_header_address {font-size:9px;top:95px;}
	#master_block_guitar {top:80px;}
	
	#pic_left_container{margin-left:-12px; left:22%}
	#pic_left{background-image:url(resources/piano-lessons-medalb.png); width:70px;}
	#saturday_table{left:10px; top:500px;}
	#key_container{left:115px; top:535px;}
}

@media only screen and (max-width:399px) 
{
	#master_header_name {left:22%; width:56%;}
}

@media only screen and (max-width:359px) 
{
	#master_header_name {left:20%; width:60%;}
}

@media only screen and (max-width:320px) 
{
	#master_page_area {width:320px;}
}
