body{
	background-image: url("7.jpeg");

}
#container {
	width:897px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
}
#banner {
	height:140px;
	background-color:white;
}
#menu {
	height:32px;
	background-color:DarkSlateBlue;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu a{
	display:block;
	color:white;
	width:18.67em;
	height:2em;
	text-align:center;
	text-decoration:none;

}
#menu a:hover{
	background-color:lightgreen;
	color:blue;
	text-decoration:none;
	
}
#menu li{
	float:left;
	text-decoration:none;
}
#content2{
	height:50px;
	background-color:White;
}
#content{
	height:600px;
	background-image: url("6.jpg");
	color:black;
	font:bold;
}
#marq{
	background-color:DarkSlateBlue;
	direction:left;
	color:black;
}
#content3{
	height:50px;
	background-color:DarkSlateBlue;
}
#content4{
	height:50px;
}