body, html
{
	font-family: arial;
	padding:0;
	margin:0;
	font-size: 15px;
	line-height:20px;
	width: 100%;
	height: 100%;
	background: #F0E8EE;
	background-image: url('images/to-bg.jpg');
	background-position: top right;
	background-repeat: repeat-x;
}
.main
{
	position:relative;
    min-height:60%;
    height:auto !important;
    /*height:100%;
	background:red;*/
}

.logo
{
	width: 204px;
	height: 214px;
	position: absolute;
	top:10px;
	right:10px;
	background-image:url('images/logo.png');
	background-repeat: no-repeat;
}

.footer
{
	width:100%;
	height: 334px;
	position: relative;
	background-image:url('images/pink-flowers.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	/*background:blue;*/
}

table, td
{
	padding:5px;
	width: 60%;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
	background:white;
}

td
{
	border-bottom: 1px solid #E4D7D7;
}

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}