@charset "utf-8";
/* CSS Document */
@import 'reset.css';

html, body{

	width: 100%;
	height: 100%;
	/*max-width:2240px;
	max-height:760px;*/
	font-family:"微軟正黑體";
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d8eaf6;
}










