html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	margin:0px auto 0px auto;
	background-image:url(../img/bg.jpg);
	height: 100%;
}

a,img,li,ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.bg_in{
	text-align:center;
	margin:0px auto 0px auto;
	width:925px;
	background-image:url(../img/bg_in.jpg);
	height:100%;
	vertical-align:top;
}

.main{
	width:auto;
	height: 746px;
}

.main img{
	height: auto;
}