@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f4f4;
}

#container {
	width:925px;
	height:778px;
	margin: 0 auto;
	position: relative;
}

#picture {
	position: absolute;
	left: 322px;
	top: 90px;
	width: 510px;
	height: 248px;
	}

#copyright {
	position: absolute;
	left: 105px;
	top: 746px;
	width: 386px;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
	}
