@charset "utf-8";
/* CSS Document */
img {border: none}

p{
	margin:0;
	font-size: 14px;
}

#base {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align:left;
}
div#main{
	width:740px;
	margin:10px auto;
	text-align:center;
}
div#img_guid{
	width:auto;
	margin:auto;
	text-align:center;
}
.guid_footer{
	width:auto;
	clear:both; 
}

.guid_left{
	float:left;
	width:370px;
	text-align:center;
}

.guid_right{
	float:right;
	width:370px;
	text-align:center;
}

a:link {color:blue; text-decoration:none;}
a:visited {color:blue; text-decoration:none;}
a:hover {color:red; text-decoration:none;}