* {
	margin: 0;
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(g/bg.jpg) repeat;
}

#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}


.container {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px auto;
	z-index:10;
}

.logo {
	margin:0 auto;
	width:100%;
	height:257px;
	text-align:center;
}

.content {
	margin:0 auto;
	width:750px;
	text-align:center;
}

.sm-table {
	margin-top:150px;
}

.dis {
	margin-top:50px;
	color:#686868;
	font-size:10px;
}


/* .footer, .push {
	height: 150px;
} */


