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

.logo
{
	width: 263px;
	height: 253px;
	position: absolute;
	top:10px;
	right:10px;
	background-image:url('images/logo.png');
}
.footer
{
	width:100%;
	height: 334px;
	position: relative;
	background-image:url('images/footer1.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	/*background:blue;*/
}
table, td
{
	padding:5px;
	width: 550px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	background: white;

}
#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*/
}
 </style>
