body {
	background-image: url(../images/bg.png);
	font-size: 12px;
	font-weight: bold;	
}

#wrapper {
        margin: 0 auto;
        width: 968px; /* Replace the xxxx with the the width of your site (eg 800px)*/
        text-align:left;
}

#banner {
	position:absolute;
	width: 968px;
	height: 150px;
	z-index:2;
	top: 8px;
}

#Menu {
	position:absolute;
	width: 968px;
	height: 28px;
	z-index:1;
	top: 168px;
}

#tablelayout {
	position:absolute;
	width: 968px;
	height: auto;
	z-index:3;
	top: 209px;
	visibility: visible;
	color: #000;
}

#footer {
	position:absolute;
	width: 968px;
	height:100px;
	z-index:4;
	top: 456px;
	
}

#pic1 {
	position:absolute;
	width:152px;
	height:152px;
	z-index:4;
}

#mailform {
	position:inherit;
	width:442px;
	height: auto;
	z-index:1;
	top: 18px;
	
}
