body {
	background:#b0b1b5;
	margin:0;
	padding:0;
}
img {
	border:none;
}
.container {
	margin:30px 0 15px 0;
}
#index, #content, #nav {
	width:780px;
	height:600px;
	margin:0 auto;
	text-align:center;
}
#content {
	height:535px;
}
#nav {
	height:10px;
	padding:15px 0 0 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#content_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	color:#000;
}
a {
	outline:none;
}
