body, html {
	padding:0px;
	margin:0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #50041e;
	color: #64081b;
}
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: 264px;
	width: 515px;
	cursor: pointer;
	float: left;
}
.txtbox		{
	padding: 150px 100px 0 0;
	width: 145px;
	cursor: pointer;
	float: right;
}
.buttons	{
	padding-left: 168px;
	width: 166px;
	clear: left;
	float: left;
}

