/* 
ZSJUNYI.COM CSS Document 
2007-3-5
*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #708090;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #336699;
	text-decoration: none;
}

body {
	background: #333;
	border: 0px;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font:11.5px/150% Tahoma, Verdana, AppleGothic, Sans-serif;
   }
#home{
	background-color: White;
	border: 3px solid #666;
	display: block;
	padding: 0px;
	margin: 120px auto 0 auto;
	text-align: center;
	width: 776px;
	height: 300px;
}
#flash{ border: none; display: block; font-weight: bold; height: auto; text-align: center; width: 776px; padding: 0px; margin:auto; background-color:#595656 }
#changeimg{display:block; width:776px; height:auto;}
#text{ display: block; font: 10px Verdana, Arial, Helvetica, sans-serif; height: 40px; padding: 4px; width: auto; }
#left{ display: block; float: left; width: 100px; }

#right{ display: block; float: left; text-align: right; width: 660px; }
