@charset "utf-8";
/* CSS Document */
html{
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#FF7D7D url(../images/top-bg.jpg) top repeat-x;
	height:100%;
	margin:0;
	padding:0;
}
.container{	
	margin:0 auto 0 auto;
	padding:0;
	width:870px;
	background:url(../images/page-sides-bg.jpg) repeat-y center;
}
.page{
	margin:0 auto 0 auto;
	padding:0;
	width:870px;
	background:url(../images/page-top-bg.jpg) top center no-repeat;	
}
.content{
	background:url(../images/photo.jpg) top center no-repeat;
	width:800px;
	margin:14px auto 0 auto;
}
.content h1{
	display:none;
}
.side-items{
	width:100%;
	margin:30px 0 0 0;
	text-align:center;
}
.side-items img{
	margin:0 0 20px 0;
}
.paragraph{
	text-align:center;
	width:800px;
	margin:26px auto 0 auto;
}
.left{float:left;}
.right{float:right;}
.foot{
	background:url(../images/page-bottom-bg.jpg) top center no-repeat;
	margin:0 auto 0 auto;
	padding:0;
	width:870px;
	height:38px;
	
}

