/* defined TAGS */

body,div,p,form,table,iframe{
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	line-height:18px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	text-indent:0;
}
img,object,embed{
	margin:0;
	padding:0;
	border:0;
}
ul,ol,dl,li,dt,dd{
	margin:0;
	padding:0;
	text-indent:0;
}
input,select{
	margin:2px 0;
}


/* structure */

#bg,#bgBody{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	background:url(bg.gif) repeat;
}
#container{
	margin:auto;
	width:760px;
	text-align:left;
	background:#FFF;
}
#footer{
	width:760px;
	height:29px;
	background:url(footer.gif) no-repeat;
}
#footer a{
	display:block;
	width:760px;
	height:29px;
}
#footer address{
	text-indent:-5000px;
}

/* common */
.clear{
	clear:both;
	height:0px;
}
.hide{
	display:none;
}


