@charset "UTF-8";
/* CSS Document */

#bg {
	background-color: #a8a8a8;
	background-image: url(http://www.easyebookrights.com/images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#header {
	background-image: url(http://www.easyebookrights.com/images/header.jpg);
	height: 171px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	overflow: hidden;
}
#contentbg {
	background-image: url(http://www.easyebookrights.com/images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url(http://www.easyebookrights.com/images/footer.jpg);
	height: 103px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

