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

* { margin: 0; padding: 0; font-family: "Trebuchet MS" }

body { background: #FFFFFF url(bg.jpg) top left repeat-x; }
#container { width: 640px; height: auto; position: relative; margin: 50px auto 50px auto; background: transparent url(container_bg.png) top left no-repeat; padding: 130px 0 100px 0; }
	#container #footer { width: inherit; height: 195px; position: absolute; bottom: 0px; left: 0px; background: transparent url(container_footer_bg.png) top left no-repeat; }
	#container h1 { display: inline-block; width: auto; padding: 0 0 10px 50px; margin-bottom: 30px;
					color: #D8135A; background: transparent url(h1_underline.png) bottom left repeat-x;
					font-size: 24px; line-height: 24px; }
	#container p { display: inline-block; width: auto; padding: 0 100px 0 100px; margin-bottom: 20px; font-size: 16px; }