@media only screen and (min-width: 768px) and (max-width: 954px){
	body{background-image:url(../images/back-768.jpg);}
	.wrapper{width:760px;}
	#rightcol{margin-top:580px; text-align: center;}
}
@media only screen and (min-width: 600px) and (max-width: 767px){
	body{background-image:url(../images/back-600.jpg);}
	.wrapper{width:95%;}
	#rightcol{margin-top:150px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px){
	body{background-image:url(../images/back-480.jpg);}
	.wrapper{width:95%;}
	#rightcol{margin-top:310px;}
	#rightcol img{max-width:100%; width:auto; height:auto;}
}
@media only screen and (max-width: 479px){
	body{background-image:url(../images/back-300.jpg);}
	.wrapper{width:95%;}
	#rightcol{margin-top:230px;}
	#rightcol img{max-width:100%; width:auto; height:auto;}
}