* { margin: 0; padding: 0; } /* Override defaults for all tags. */
html,body { width:100%; height:100%; } /* makes sure your canvas fills the window */
body {
	background-color: #F2F2F2;
	text-align: center;
	}
#wrap {
	position: relative;
	width: 800;
	height: 600px;
	}
#bg {
	position: absolute;
	padding-top: 9px;
	top: 65px;
	left: 50%;
	width: 50%;
	height: 420px;
	background: url(images/bg.gif) left top repeat-x;
	}
#bg_image {
	position: relative;
	width: 100%;
	height: 420px;
	/**/background: url(images/bg_image1.jpg) left top no-repeat;/**/
	}
#wrap2 {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	}
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}