body{
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	background-color:#eee;
}
.header{
	background: url(header.jpg) no-repeat ;
	background-position:center top;
	height:200px
}
.footer{
	background: url(footer.jpg) no-repeat ;
	background-position:center top;	
	height:200px;
	font-size:12px;
	color:#777;
	text-align:center;
}
.page{
	background: url(page.jpg) repeat-y ;
	background-position:center top;
	overflow:auto;
}
.center {
    width: 800px;
    margin: 0 auto;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#f00;
}
.item{
	display:block;
	float:left;
	width:80%;
	margin:20px 0;
	padding:30px 10%;

	background: url(item.jpg) repeat-x ;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}