@charset "utf-8";
/* CSS Document */

#bg{
    min-width: 1024px;
	position: fixed;
	top: 0;
	left: 0;
	}
.bgwidth{
	width: 100%;
	}
.bgheight{
	height: 100%;
	}
#bodywrap{
	position: relative;
	min-width:1000px;
	min-height: 96.9%;
	border: 14px solid #fff;
	}