@charset "utf-8";
/* CSS Document */

#container {	

	width:860px;
	height:auto;
	margin: 0 auto;
}
#main_picture {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	float:right;
	height:121px;
	width:860px;
}
#menu {
	float:relative;
	height:43px;
	width:860px;
}
#content {
	background-image:url(../images/hatter.jpg);
	background-repeat:repeat-y;
	float:right;
    height:auto;
	width:860px;
}
#content_txt {
margin-top:30px;
	padding:20px;
}

#content_pic {
margin-top:30px;

	width: 225px;
	height: 279px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	float:right;
	display:block;
	height:45px;
	width:860px;
}



