		body{
			background-image: url(ebg1.jpg);
			font-family: 'Lato', sans-serif;
		}
		.img{
			border: 5px solid #2C5220;
		}
		.title{
			font-family: 'Hepta Slab', serif;
			font-size: 30px;
			color: #5064A6;
			font-weight: bold;
		}
		.text{
			font-family: 'Muli', sans-serif;
			font-size: 20px;
			color: #403F4A;
			font-weight: bold;
		}
		.content{
			margin: auto;
			width: 1000px;
		}
		.maintable{
			background-image: url(ebg2.jpg);
			border: 5px solid #9DBFF2;
			border-collapse: collapse;
			padding: 100px;
			width: 100%;
			height: 500px;
		}
		.maintd{
			vertical-align: top;
		}