@charset "utf-8";
/* CSS Document */

body {
margin:0px 0px 0px 0px;
padding:0px;
background:#D5D5D5;
color:#333;
font-size:12pt;
line-height:18pt;
font:"新細明體", Arial, Helvetica, sans-serif;
height: 100%;
}
a {
color:#333;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/*----------------------------------wrapper------------------------------------------*/
#wrapper {
	height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/*-----for firefox solve setting height------*/
html>body .wrapper{
	height: auto;
}
.indexbg {
background:url(images/bg.jpg) 0 0 no-repeat;
width:800px;
height:600px;
}