body{
	background-color: #348fce;
	background-image: url("../images/repeat.jpg");
    background-repeat: repeat-x;
}
#mainimage{
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	top: -10px;
}
#maintextdiv{
	white-space: nowrap;
	text-align: left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
}

#text1{
	white-space: normal;
	min-width:150px;
	min-height:500px;
}
#text2{
	white-space: normal;
	min-width:150px;
	min-height:500px;
}
#text3{
	white-space: normal;
	min-width:150px;
	min-height:500px;
}
.txt1{
	font-family:Calibri;
	position: relative;
	top: -100px;
	margin-right:10px;
	display:inline-block;
	padding:10px;
	vertical-align:top;
	word-wrap:break-word;
	width: 30%;
	border-style:solid;
	border-width:1px;
	border-color:#3d8cc9;
	border-radius:15;
	color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(32,3,250,.15),inset 0px 0px 9px 0px rgba(32,3,250,.15);
	-moz-box-shadow: 0px 0px 9px 0px rgba(32,3,250,.15),inset 0px 0px 9px 0px rgba(32,3,250,.15);
	box-shadow: 0px 0px 9px 0px rgba(32,3,250,.15),inset 0px 0px 9px 0px rgba(32,3,250,.15);
}
