/*
Theme Name: Tasker's Well Company
Theme URI: taskerswell.com
Description: Custom layout designed for curtistasker.com, converted to a wordpress theme
			 This file alters the styling to remove the rig background image.

style.css - base style
screen.css - adds screen-only specific features
print.css - formats the theme for printing
no_rig_graphic.css - this file

*/

/* turns on the large background image */
/* erases the padding for the background image */
#page_content
{
	
	background: url(tasker_page_content_bg_wellrig_large.png) bottom right no-repeat #ddd; /* positions the background image */
	padding-bottom: 370px; /* ensures the rig graphic doesn't fall behind the content */
}

/*min height for image */
#main_body
{
	min-height: 1000px;
}
