body{
	font:12px/1.2 'Open Sans', sans-serif;
	position:relative;
	height:100%;
	color:#fff;
	background:#88DAFF;
}

a{
	text-decoration:none; 
	color:#0948c1;
}

.wrapper{
	display:table;
	width:100%;
	height:100%;
	table-layout:fixed;
}

#container { 
	position: relative; 
	width: 960px; 
	height: 1260px; 
	margin: 0 auto; 
}

#container #link1 { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; }


.header{
	position:relative;
	z-index:2;
	background:#FFFFFF;
	height: 95px
}

.header1{
	position:relative;
	z-index:2;
	background:#FFFFFF;
	height: 135px
}

.header.header_fixed{
	position:fixed;
	z-index:1030; 
	top:0;
	right:0;
	left:0;
}

.header1.header_fixed{
	position:fixed;
	z-index:1030; 
	top:0;
	right:0;
	left:0;
}

.recip{
	margin:0 auto;
	padding:0 10px;
	width: 980px;
	background-color: #FFFFFF;
}

.main{
	width: 1000px;
	padding: 10px;
	background-color: #88DAFF;
 	text-align: center,
	height: 200px;
	left: 50%;
}

#title{
	width: 980px;
	padding: 10px;
	background-color: #ffffff;
	left: 50%;
  	height: 80px,
}

table.recip{
	width: 960px;
	padding: 10px;
	background-color: #FFFFFF;
	left: 50%;

}

table.main{
	width: 780px;
	padding: 5px;
	background-color: #ffffff;
	left: 50%;
}

table.gallery{
	width: 770px;
	padding: 10px;
	background-color: #88DAFF;
	left: 50%;
}

.text1 {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  color: #0948c1;
  text-align: center
}

.text1s {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  color: #0948c1;
  text-align: center
}

.text2 {
  font-size: 20px;
  font-style: normal;
  color: #0948c1;
  text-align: center
}

.text3 {
  font-size: 16px;
  font-style: normal;
  color: #0948c1;
  text-align: center
}

.text4 {
  font-size: 10px;
  font-style: normal;
  color: #0948c1;
  text-align: center
}