body, html {
	padding:0px;
	margin:0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #fff;
	color: #000;
}
img		{
	cursor: pointer;
}

.container	{
	position: relative;
	width: 760px;
	top: 0px;
	left: 50%;
	margin-left: -380px;
}

.headert	{
	width: 760px;
	height: 650px;
	background-image: url('../images/bg.jpg');
	background-repeat: none;
	cursor: pointer;
}

.pad		{
	width: 760px;
	height: 450px;
	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: 450px;
	width: 545px;
	cursor: pointer;
	float: left;
}
.txtbox		{
	padding: 85px 15px 0 0;
	width: 200px;
	height: 175px;
	cursor: pointer;
	float: right;
}
.buttons	{
	width: 215px;
	clear: right;
	float: right;
}

