body, html {
	height: 100%;
	padding:0px;
	margin:0px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #444;
}

body	{
	background-image: url('../images/tile.gif');
	background-position: left center;
}
img		{
	cursor: pointer;
}

.containerall	{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0px;
	margin-top: -225px;
	width: 4680px;
	height: 450px;
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
.bgthingy	{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0px;
	width: 818px;
	height: 574px;
	margin-top: -287px;
	background-image: url('../images/headerbg1.jpg');
	background-repeat: no-repeat; 
	background-position: left center;
}
.footerthingy	{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 4418px;
	width: 262px;
	height: 574px;
	margin-top: -287px;
	background-image: url('../images/footerbg.jpg');
	background-repeat: no-repeat; 
	background-position: left center;
}
.headert	{
	position: relative;
	width: 818px;
	height: 450px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}



.pad		{
	position: relative;
	width: 720px;
	height: 450px;
	text-align: left;
	float: left;
}
.pad1		{
	background-image: url('../images/1.jpg');
	background-repeat: no-repeat;
}
.pad2		{
	background-image: url('../images/2.jpg');
	background-repeat: no-repeat;
}
.pad3		{
	background-image: url('../images/3.jpg');
	background-repeat: no-repeat;
}
.pad4		{
	background-image: url('../images/4.jpg');
	background-repeat: no-repeat;
}
.pad5		{
	background-image: url('../images/5.jpg');
	background-repeat: no-repeat;
}

.picsoverlay	{
	width: 368px;
	height: 145px;
	cursor: pointer;
	position: absolute;
	left: 63px;
	top: 68px;
}
.txtbox		{
	width: 260px;
	height: 83px;
	left: 34px;
	top: 240px;
	position: absolute;
	cursor: pointer;
}
.buttons	{
	width: 343px;
	height: 91px;
	left: 78px;
	top: 323px;
	position: absolute;
}
.buttons2	{
	width: 343px;
	height: 36px;
	left: 78px;
	top: 414px;
	position: absolute;
}
.footer		{
	width: 262px;
	height: 450px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	float: left;
}

