 

#container{
	position: relative;
	width: 780px;
	height: 730px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg2.gif) center top repeat-y;

	
}


	/* main content */

		/*total height of page in here*/
		#mainBody
		{
			position: absolute;
			top:200px;
			width:780px;
			height:500px;
			
			
		}
		  
		
		#contact
		{
			position:relative;
			top: 40px;
		}
		
		#pic
		{
			
			position:relative;
			top:10px;
			left: 75px;
			
		}

		/*footer*/
		#footer
		{
			position:absolute;
			top:500px;
			
		}

			/*line*/
			#extraDiv4
			{
				position:absolute;
				top:-7px;
				left: 10px;
				width:760px;
				height:2px;
				text-align:right;

				
			}

			/*cp*/
			#extraDiv3
			{
				position:relative;
				top:3px;
				left: 450px;
				width:300px;
				/*height:10px;*/
				text-align:right;
				color:#8c8c82;
				
			}



			/*email*/
			#extraDiv5
			{
				position:absolute;
				top:0px;
				left: 30px;
				color:#999;
				width:300px;
				
			}

			
