@charset "utf-8";
/* CSS Document */

.ssp1 {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	position:absolute;
	bottom: 0;
	height: 700;
	width: 1000;
	vertical-align:bottom;
	}
	
.ssp2 {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	position:absolute;
	bottom: 0;
	height: 600;
	width: 1100;
	vertical-align:bottom;

}
#apDiv1 {
	background-position: center top;
}


.bordertop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.borderleft{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.bordertopleft{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}

