real brides

function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}

.back-to-top {
background: url(http://www.laptoprepairgainesville.com/webs/Anita//GWDsupport/banner/uparrows.png) no-repeat center white;
height: 119px;
width: 41px;
position: fixed;
bottom: 30px;
right: 0px;
z-index: 1;
/* border: 1px solid #bbb; */
}
.back-to-top:hover {
background-color: rgba(135, 135, 135, 0.50);
}



#sidebar-navigation {
background: none repeat scroll 0 0 transparent;
float: left;
margin-bottom: 10px;
margin-left: 0;
margin-right: 1%;
margin-top: 0;
overflow: hidden;
width: 21%;
position: fixed;
visibility: hidden;
}
#main-content {
margin-top: 15px;
width: 90%;
font-size: 9.0pt;
line-spacing: .75pt;
text-align: justify;
font-family: Muli;
color: #DDC1AF;

}


body.custom .page-title {
padding-left: 0px;}

jQuery(document).ready(function() {
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration);
} else {
jQuery('.back-to-top').fadeOut(duration);
}
});

jQuery('.back-to-top').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});