body, html {
	padding:0px;
	margin:0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #e7d4aa;
	color: #fff;
}
img		{
	cursor: pointer;
}

.container	{
	position: relative;
	width: 760px;
	top: 0px;
	left: 50%;
	margin-left: -380px;
}

.headert	{
	width: 760px;
	height: 800px;
	background-image: url('../images/bg.jpg');
	background-repeat: none;
	cursor: pointer;
}

.pad		{
	width: 760px;
	height: 400px;
	text-align: 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	{
	height: 400px;
	width: 284px;
	cursor: pointer;
	float: left;
}
.txtbox		{
	padding: 99px 311px 0 0;
	width: 165px;
	height: 180px;
	cursor: pointer;
	float: right;
}
.buttons	{
	width: 476px;
	height: 121px;
	clear: right;
	float: right;
}

