﻿html
{
	height: 100%;
	padding: 0;
	min-height: 746px;
}

body
{
	margin: 0;
	height: 100%;
	background: white;/*#fff8ee url(../images/preloadbg.jpg) bottom center no-repeat;*/
	font-family: Verdana;
	color: #4a1f20;
	overflow: hidden;
}

img.bg
{
    min-height: 576px;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: -50px;
    left: 0;
}


div.progress
{
	text-align: center;
	font-size: 160px;
	font-weight: bold;
	line-height: 1;
}

div.progressbox
{
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 50px;

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

div.text
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	width: 600px;
}

div.left
{
	float: left;
	margin-left: 20px;
}

div.right
{
	float: right;
	margin-right: 20px;
}

a:link, a:visited
{
	color: #4a1f20;
}

a:hover
{
	color: #cb6060;
}
