@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	list-style:none;
	text-decoration:none;
}
img{
	border:none;
}
address{
	font-style:normal;
}
abbr{
	text-decoration:none;
	border:none;
}

body{
	background-color: #E8E8E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#boxSite{
	width:960px;
	height:auto;
	margin:0 auto;
	background-color:#FFF;
}


