body { 
	margin: 0px;
	text-align: center;
	min-width: 760px;
	font: 70%/1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding: 0px;
	}
#box {
	width: 760px;
	background:#fff;
	margin:0 auto;
	text-align: left;
	padding:0px;
}

p {
	font-size:1.2em;
	color:#000;
	line-height:1.3em;
	padding:5px 0 10px 0;
	margin:0;
	}
a {
	color:#660;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
img {
	border:none;
	}
li, ul {
	list-style-type:none;
	}
div#bottom ul { float:right; }
div#bottom ul li { float:left; }
div#bottom ul li a { color:#ff5a62; display:block; background:url(../img/bottom.gif) top left no-repeat; width:86px; height:20px; margin-right:5px; padding-top:7px; }
div#bottom ul li a:hover { background:url(../img/bottom_hover.gif) top left no-repeat; color:#fff; text-decoration:none; }

