﻿body {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration:none;
}

#overlay {
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0) url('img/preloader.gif') no-repeat scroll center center;
}

#shadowbox {
	position: fixed;
}