/* Page Body Layout */
body {
		margin				:0;
		padding				:0;
		height				:100%; /* this is the key! */
		background-color	:#ECECEC;
}
#wrapper {
		margin-top			:0px;
		margin-left			:auto;
		margin-right		:auto;
		margin-bottom		:0px;
		width				:960px;
		height				:100%; /* this is the key! */
		text-align			:left;
		background-color 	:#000000;
}
#header {
		height				:130px;
		background 			:url(../images/header.jpg) no-repeat top left;
		width				:960px; /* This width needs to account for the border width */
		margin-top			:0px;
		margin-bottom		:0px;
}
#plain_body {
		margin-top			:0px;
		margin-bottom		:0px;
		margin-left			:auto;
		margin-right		:auto;
		height				:100%; /* this is the key! */
		width				:960px;
		text-align			:left;
		background 			:#000000;
}
#picture_body {
		margin-top			:0px;
		margin-bottom		:0px;
		margin-left			:auto;
		margin-right		:auto;
		min-height			:500px; /* this is the key! */
		width				:960px;
		text-align			:left;
		background 			:url(../images/background.jpg) no-repeat top left;
}
#clear{
		clear				:both;
		height				:1px;
}
#footer_box {
		background 			:#000000;
		width				:960px;
		margin-left			:auto;
		margin-right		:auto;
		margin-bottom		:0px;
		height				:100px;
}
#designer_box {
		background			:transparent;
		width				:960px;
		margin-left			:auto;
		margin-right		:auto;
		margin-bottom		:0px;
		height				:20px;
}
/* End Page Body Layout */
