#head {
	text-align: center;
}
#cont {
	margin: auto;
	padding: 0px;
	text-align: center;
}
#line1 {
	background-image: url(images/top.jpg);
	background-repeat: repeat;
	height: 31px;
}
#line2 {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat;
	height: 31px;
}
#foot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	font-weight: bold;
}
#main {
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 20px;
}
