html {
	height:100%;
}

body {
	background-image: url(../imgs/main/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #DDE5E8;
	height:100%;
	text-align:center;
}
#main {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	background-image: url(../imgs/main/introTxt.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:none;
	margin-top:0px !important;
	margin-top:180px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/main/introTxt.png');
}

