body {
	background: url("img/bg.jpg") fixed no-repeat rgb(0, 0, 0); font-family: tahoma;
}
.clear {
	clear: both;
}
.corpus {
	background: rgb(255, 255, 255); margin: 0px auto; border-radius: 5px; width: 826px; display: block; box-shadow: 0px 0px 8px #000000;
}
.heads {
	background: url("img/header.jpg") no-repeat; border-radius: 4px; width: 826px; height: 320px; display: block;
}
.bboxpos {
	padding-top: 40px; padding-left: 435px;
}
.bbox {
	background: url("img/black.png"); border-radius: 5px; width: 365px; display: block;
}
.text1 {
	text-align: left; color: rgb(246, 249, 252); padding-top: 15px; padding-right: 20px; padding-left: 20px; font-size: 20px; display: block; text-shadow: 0px 0px 3px #000000;
}
.text2 {
	padding: 5px 20px; text-align: justify; color: rgb(246, 249, 252); font-size: 12px; display: block; text-shadow: 0px 0px 4px #000000;
}
.button1 {
	background: url("img/button1.png") no-repeat; margin: 0px auto; transition:1s; width: 240px; height: 54px; display: block; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s;
}
.button1:hover {
	background: url("img/buttonh1.png") no-repeat;
}
.button2 {
	background: url("img/button2.png") no-repeat; margin: 0px auto; transition:1s; width: 240px; height: 54px; display: block; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s;
}
.button2:hover {
	background: url("img/buttonh2.png") no-repeat;
}
h1 {
	text-align: left; color: rgb(68, 67, 67); padding-top: 0px; padding-right: 25px; padding-left: 25px; font-size: 24px; font-weight: normal; display: block;
}
h2 {
	text-align: left; color: rgb(68, 67, 67); padding-top: 0px; padding-right: 25px; padding-left: 25px; font-size: 24px; font-weight: normal; display: block;
}
.text {
	padding: 0px 25px 25px; text-align: justify; color: rgb(68, 67, 67); font-size: 12px; display: block;
}
.imges {
	width: 33%; float: left; display: block;
}
img {
	background: rgb(255, 255, 255); margin: 0px auto; padding: 7px; transition:1s; width: 210px; height: 125px; display: block; box-shadow: 0px 0px 5px #6a6b6b; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s;
}
img:hover {
	background: rgb(62, 62, 62);
}
.clear {
	clear: both;
}
.footer {
	background: url("img/footer.jpg"); margin: 0px auto; border-radius: 4px; width: 826px; height: 57px; display: block;
}
.copy {
	text-align: center; color: rgb(255, 255, 255); padding-top: 28px; padding-right: 25px; padding-left: 600px; font-size: 12px; display: block;
}
