/*
Title: RainRecording.com screen styles
Date Modified: 11/28/2007
--
Author: Rain Recording
Contact: http://rainrecording.com/contact
--
Table of Contents:
	temporary widescreen 1000px style overide
*/

#wrapper {
	width: 1000px;
	margin: 5px auto;
	}

/* ----- header ----- */
#header {
	background: transparent url(/images/backgrounds/widescreen/masthead-1000.jpg) no-repeat top left;
	}

/* ----- main content ----- */
#main {
	width: 915px;
	}

/* ----- footer ----- */
#footer {
	background: #fff url(/images/backgrounds/widescreen/footer.jpg) no-repeat bottom left;
	width: 1000px;
	}
