/* Page Body Layout */
body {
		margin				:0;
		padding				:0;
		height				:100%; /* this is the key! */
		background 			:#FFFFFF;
}
#wrapper {
		margin-top			:10px;
		margin-left			:auto;
		margin-right		:auto;
		margin-bottom		:0px;
		width				:960px;
		text-align			:left;
		border-left			:0px solid #000000;
		border-right		:0px solid #000000;
		border-top			:0px solid #000000;
		border-bottom		:0px solid #858585;
		background			:#FFFFFF;
}
#middle_body {
		margin-top			:0px;
		margin-bottom		:0px;
		margin-left			:auto;
		margin-right		:auto;
		height				:480px; 
		width				:960px;
		background 			:#FFFFFF url(../images/holding_image.jpg) no-repeat top left;
		text-align			:left;
}
#clearone{
		clear				:both;
		height				:1px;
}
#footer {
		width				:960px;
		height				:30px;
		padding-top			:0px;
		margin-left			:auto;
		margin-right		:auto;
		margin-top			:10px;
		margin-bottom		:0px;
		border-left			:0px solid #DBDBDB;
		border-right		:0px solid #DBDBDB;
		border-top			:0px solid #DBDBDB;
		border-bottom		:0px solid #DBDBDB;
		background			:transparent;
}
/* End Page Body Layout */
/* Middle Content */
.clear {
		clear:both;
}
#content_footer {
		float				:left;
		margin-top			:0px;
		margin-right		:10px;
		margin-bottom		:0px;
		font-family     	:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size       	:10px;
		padding				:10px 0px 0px 0px;
		color           	:#9E9E9E;
		font-style			:normal;
		text-decoration 	:none;
		text-align			:left;
}
/* webZplus Link */
#webzplus  {
		float				:right;
		margin-top			:0px;
		margin-right		:10px;
		margin-bottom		:0px;
		font-family     	:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size       	:10px;
		padding				:0px 0px 0px 0px;
		color           	:#9E9E9E;
		font-style			:normal;
		text-decoration 	:none;
		text-align			: right;
}
#webzplus a:link, #webzplus a:visited {
		margin-top			:0px;
		margin-left			:0px;
		margin-bottom		:0px;
		font-family     	:Verdana, Geneva, Arial, Helvetica, sans-serif;
		color            	:#9E9E9E;
		font-style			:normal;
  		text-decoration  	:none;
}
#webzplus a:hover {
  		color            	:#9E9E9E;
  		text-decoration  	:underline;
  		font-style      	:normal;
}
.webzplus_logo {
		position: relative;
		top:6px;
		right:0px;
		left:2px;
		padding:0px 0px 0px 0px;
}
/* End Page Blocks */
#copyright  {
				margin-top			:5px;
				margin-left			:0px;
				margin-bottom		:0px;
				font-family     	:Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size       	:10px;
				color           	:#000000;
				font-style			:normal;
				text-decoration 	:none;
				font-weight			:normal;
				text-align			:center;

}
#copyright a:link, #copyright a:visited {
  				color            	:#000000;
  				text-decoration  	:none;
  				font-weight      	:normal;
}
#copyright a:hover {
  				color            	:#FF0000;
  				text-decoration  	:none;
  				font-weight      	:normal;
}