#container {
	width:1100px;
	height: 700px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top: 13px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;

	-moz-border-radius: 7px 7px 7px 7px;
     border-radius:  7px 7px 7px 7px;

}




	#copyright {
	color:#666666;
	font-size:11px;
	width:450px;
	text-align: left;
	height: auto;
	top: 720px;
	position: absolute;
	left: 307px;
	margin-bottom: 30px;
	padding-bottom: 30px;

    }
