@CHARSET "ISO-8859-1";

body {
	background-image: url( ../images/background.png );	
	font-family: Verdana;
	background-repeat: repeat-x;
	background-color: #f6f8f2;
	font-size: 12px;
} 

div.slogan {
	background-image: url( ../images/slogan/slogan1.png );
	position: fixed;
	width: 433px;
	height: 204px;
	left: 0px;
	top: 0px;
}

div.banner {
	background-image: url( ../images/slogan/logo.png );
	position: fixed;
	width: 490px;
	height: 125px;
	left: 600px;
	top: 0px;
}

div.bottom {
	position: fixed;
	top: 695px;
	width: 950px;
	left: 120px;
	font-size: 12px;
	color: #9c9c9c;
}

div.content {
	position: fixed;
	top: 235px;
	left: 120px;
	width: 950px;
	height: 455px;
	overflow: auto;mmstsc
}

div.bottomHover {
	width: 950px;
	height: 43px;
	background-image: url( ../images/bottomOver.png );
	position: fixed;
	top: 680px;
	left: 120px;
}