﻿@import url(screen.css);

/*
 * $Rev: * $
 * Created: fengling
 * Modified: $Author: fengling $ $LastChangedDate: 2010-04-19 15:03:00 +0800 (星期五, 19 四月 2010) $
 */

/* flash
-------------------------------------------------------------- */
body 
{
	background:#C5AD85 url(../images/flashBg.jpg) repeat-x scroll 0 0;
	}
.flashArea 
{
	width:880px;
	height:446px;
	margin:57px auto 0;
	}
	.flashArea .topArea 
	{
		width:880px;
		height:3px;
		line-height:0;
		font-size:0;
		background:url(../images/flashTop.jpg) no-repeat scroll 0 0;
		}
	.flashArea .middleArea 
	{
		height:440px;
		}
	.flashArea .bottomArea 
	{
		width:880px;
		height:3px;
		line-height:0;
		font-size:0;
		background:url(../images/flashBottom.jpg) no-repeat scroll 0 0;
		}
.allRightArea 
{
	height:93px;
	padding-top:9px;
	text-align:center;
	}
	.allRightArea p 
	{
		line-height:180%;
		font-family:Verdana;
		font-size:11px;
		}
		.allRightArea p a 
		{
			font-family:Verdana;
			font-size:11px;
			}
			.allRightArea p a:hover 
			{
				color:#3D3123;
				}
		
		.allRightArea p.linkArea a
		{
			font-size:12px;
			margin:0 5px;
			}
			.allRightArea p.linkArea a:hover 
			{
				color:#835225;
				}
