#header,#footer{
	margin: 0;
	padding:0;
}

#header {
	width: 100%;
	height: 23px;
	background-color: #CC0000;
}

#footer {
	clear:both;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	width:750;
	height: 17px;
}

.copy {
	text-align:right;
	font-size: xx-small;
	line-height: 100%;
}

