function rimageReset(){
	var rpos =$('#reveriepic').position();
	var menuboxtop = $('#reveriepic').height()+rpos.top+10;
	$('#menubox').css('top',menuboxtop+'px');
}

function addStyles(){
	var typeSize;
	if($(window).width() >= $(window).outerHeight()){
		typeSize = Math.round($(window).outerHeight() * .025);
	} else {
		typeSize = Math.round($(window).outerWidth() * .02);
	}
	$('body').css('font-size',typeSize+'px');
	rimageReset();
}

$('#bigimg').css('position', 'static');
