@charset "UTF-8";
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: 100%;
	background-image:url(images/home1.jpg);
}

#top, #bottom, #left, #right {
	background: #FFF;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 8px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top {
		left: 0; right: 0;
		height: 8px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
	#bottom {
		left: 0; right: 0;
		height: 160px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

.centerdiv {
   width: 800px;
   height: 300px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -400px;
   margin-top: -200px;
}

#tablestyle{
	text-align:center;
	vertical-align:middle;
	}
.cellstyle{
	width:250px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color: #2E3191;
	font-size:20px;
	line-height: 30px;
	}
.source-image {
	position:fixed;
  top:0px;
  left:0;
  width:100%;
  height:100%;


}
.source-image2 {
  width:100%;
  height:100%;


}

.facebook{
	padding-top:8px;
	}
.facebook{
	padding-top:8px;
	margin-left: 10px;
	}

#apDiv3 {
	position: fixed;
	bottom: 20px;
	width: 800px;
	height: 120px;
	z-index: 11;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
#blog {
	position:fixed;
	top:20px;
	width: 700px;
	height:30px;
	z-index:11;
	vertical-align: top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	color: #000;
	font-size:20px;
	line-height: 30px;
	
	position: absolute;
   left: 50%;
   margin-left: -350px;

}

a:link, a:active, a:visited {
	color: #000;
	font-size:14px;
	line-height: 18px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-size:14px;
	line-height: 18px;
	
	}

.stretchedToMargin {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:15px;
    margin-bottom:15px;
    margin-right:15px;
    margin-left:15px;
	z-index:-10;

}
