/* CSS Document */
@import url("master.css");
@import url("layout.css");
@import url("module.css");
* {margin: 0px;padding: 0px;} 
body {
	font-size: 12px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
img {border: 0px;}
a {color: #000000;text-decoration: none;} 
ul {list-style-type: none;} 
a img{ border:none; } /* A small fix */
.clearfloat {clear:both;height:0;font-size: 0px;line-height: 0px;}	/*-Çå³ý¸ß¶È-*/
