
body {
	background-color: #F0F1F3;
	font-size: 16px;
	font-family:"Josefin Slab";
	text-align: center;
	padding: 0px;
	margin: 0px;
	/* background: -moz-linear-gradient(right, #FAFBFD, #9A9B9D) ; */
	/* background: -webkit-gradient(linear, left center, right center, from(#00abeb), to(#fff)); */
	background-image: url('images/gradient.png'); */
}

a {
	text-decoration: none;
	font: inherit;
}

a:hover {
	text-decoration: underline;
}

#banner {
	position: absolute;
	bottom: 150px;
	left: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding:0px;
	background: #FFFFFF;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 2px #888, inset 0px 0px 8px #324466;
	-webkit-box-shadow: 0px 0px 2px #888, inset 0px 0px 8px #324466;
	box-shadow: 0px 0px 2px #888, inset 0px 0px 8px #324466; /* 888 */
}

#info_right {
	position: absolute;
	right: 30px;
	bottom: 290px;
	padding: 0px;
	margin: 0 auto;
}

#info_left {
        position: absolute;
	left: 50px;
	bottom: 290px;
	padding: 0px;
	margin: 0 auto;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 25px;
}



