/* Screen Stylesheet for Givebug */

/* =Imports
============================================================================== */

	@import url("resets.css");

/* =Base
============================================================================== */

	/* General
	-------------------------------------------------------------------------- */
		
		body {
			background: #e7e7e1 url(../images/main-bg.gif) top left repeat;
			}
		
		body {
			font: 12px/1.5 Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			color: #707476;
			overflow: hidden;
			}
		
/* =Content
============================================================================== */

		
		#content {
			margin: 0 auto;
			padding-left: 15px;
			width: 1050px;
			background: url(../images/photos.jpg) top right no-repeat;
			}
		
		

	/* Page
	-------------------------------------------------------------------------- */
		
		#page {
			width: 514px;
			height: 387px;
			background: url(../images/page.png) top left no-repeat;
			position: relative;
			top: 15px;
			text-indent: -9999px;
			overflow: hidden;
			}