object {
margin: 0 auto;
width: 600px;
display: block;
}
body{
	color: #000;
	background-color: #ffe1bf;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}
#all{
	width:900px;
	margin: 0 auto;
	margin-top:50px;
	min-height: 650px;
	background-image:url('../images/fill.jpg');
	background-repeat: repeat-y;
}

	#nav{
		text-align:center;
		padding-top: 165px;
	}
	
#head{
	height: 230px;
	width: 900px;
	background-image:url('../images/head.jpg');
}

#content{
	width:750px;
	margin: 0 auto;
	text-align: justify;
}

#bottom{
	height: 69px;
	width: 900px;
	margin: 0 auto;
	padding-top:15px;
	background-image:url('../images/bottom.jpg');
	background-repeat:no-repeat;
	text-align:center;
}