html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0px;
	background-color: #000;
	height: 100%;
}

/* main bg holder */

.page {
	background: url(images/index_bg.gif) no-repeat 50% 0;
width: 900px;
	margin: 0 auto;
	min-height:100%;
}
* html .page {
	height: 100%;
}


/* logo */
.logo {
	position: absolute;
	top: 26px;
	margin-left: 62px;
	background: url(images/logo.gif) no-repeat;
	width: 338px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
}

/* content start */
.content {
	width: 565px;
	padding: 113px 0 0 62px;
	white-space: nowrap;
}


