body,html {
    margin:0;
    padding:0;
	background-color:#FFF;
}

body {
	text-align:center;
    min-width:855px;
    min-height:643px;

}

#center {
	margin-top:20px;
}

#pict {
    width:855px;
    height:643px;
	margin:0 auto;
}

.pict1 {
	width:407px;
	height:643px;
	background:url(int1.jpg) no-repeat;
}

.pict2 {
	width:448px;
	height:643px;
	background:url(int2.jpg) no-repeat;
}

table {
	position:relative;
	width:100%;
	z-index:0;
}

.button {
	position:relative;
	top:215px;
	left:24px;
	width:40px;
	height:15px;
	z-index:1;
}

