
body { overflow-y: scroll; }
* { margin: 0; padding: 0; }
hr { display: none; }
img { border: none; }
.clear { font-size: 1px; clear: both; }
input,
textarea,
button,
select { font-family: Helvetica, Arial, sans-serif; }
html,
body { height: 100%; min-height: 100%; color: #333; }
body { background: #484848; font-family: ZoeDelta, Helvetica, Arial, sans-serif; line-height: 20px; }


/* background slider image */
.vegas-overlay {
    background: url('/images/dots.png') repeat;
    opacity: 0.5;
    z-index: -1;
}
.vegas-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}
.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}