body, html {
	padding:0px;
	margin:0px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	background-color: #fff;
	color: #9e0039;
}
img		{
	cursor: pointer;
}

.container	{
	position: relative;
	width: 780px;
	top: 0px;
	left: 50%;
	margin-left: -380px;
}

.headert	{
	width: 780px;
	height: 800px;
	background-image: url('../images/bg.jpg');
	background-repeat: none;
	cursor: pointer;
}

.pad		{
	position: relative;
	width: 780px;
	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	{
	width: 780px;
	height: 187px;
	cursor: pointer;
	position: absolute;
	top: 213px;
	left: 0px;
}
.txtbox		{
	padding: 70px 60px 0 50px;
	width: 359px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.buttons	{
	width: 242px;
	height: 138px;
	position: absolute;
	top: 0;
	left: 469px;
}

