html, body {height:100%;margin:0;padding:0;}
body {
	min-height:100%; 
	height:auto !important;
	background:#fcf36b url(bg.jpg) 50% 50% fixed no-repeat;
    position:relative;                                                                 
	font:normal 15px Arial, sans-serif;
}
.tcenter {
	position:absolute;
	top:50%;
	width:100%;
}
.content {
	width:345px;
	margin:-100px auto 0;
}
.content .text {
	margin:0 45px 0 -25px;
	position:relative;
	zoom:1;
    height:335px;
}
.content p {
	line-height:1.68em;
	text-align:center;
	margin:0.5em 0;
	padding:0;
}
.content  .bottom {
	font-weight:bold;
    position:absolute;
    bottom:22px;
    left:16px;
}
*html body {
    position:static;
}
