body{	margin: 0;	background: #000;	height: 100%;}#upper{	position: fixed;	top: 0px;	background-image: url(../img/up.jpg);	background-repeat: no-repeat;	background-attachment: scroll;	background-position: center top;	background-color: #000000;	width: 100%;	height: 70px;}#content{	padding-top:70px;	width: 100%;}#bottom{	position: fixed;	bottom: 0px;	background-image:url(../img/bottom.jpg);	background-repeat: no-repeat;	background-attachment: scroll;	background-position: center bottom;	background-color: #000000;	width: 100%;	height: 70px;}img {	border: 0;	outline: none;}
