@charset "UTF-8";
body, html {
	padding: 0;
	margin: 0;
	background-image: url(../images/background-gray.png);
	background-repeat:  repeat-x;
}
h1, h2, h3, p, ul, ol, html, body {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font: 24px/48px !important;
	font-weight: 100;
	padding: 0;
	margin: 0;
}
h2 {
	font: 18px/36px !important;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
p {
	font-size: 16px !important;
	line-height: 24px !important;
}
#wrapper {
	position:  relative;
	z-index: 10;
	width: 1024px;
	/* border: 1px solid black; */
	margin: 0px auto 20px auto;
	/*background-color: #eee;*/
	background-image: url(../images/80.png);
	background-repeat: repeat;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
	}
#header {
	position: relative;
	z-index: 20;
	width: 1024px;
}
#topper {
	clear: left;
	width: 1024px;
	position: relative;
}
#topper {
	z-index: 40;
}
#com {
	position: relative;
	width: 1004px;
	padding: 10px;
	text-align: right;
	background-color: rgb(200,255,190);
	border-bottom: 2px solid rgb(57,255,20);
}
#com span {
	float: left;
	width: 500px;
	text-align:  left;
}

#tagline {
	clear:  left;
	position: relative;
	width: 964px;
	padding: 30px;
	text-align:  center;
	background: rgb(57,255,20);
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
}
#safe, #fun, #rates {
	padding: 30px 30px 30px 400px;
	height: 350px;
	clear: left;
	position: relative;
	border-bottom: 2px solid rgb(57,255,20);
}
#secure, #how {
	padding: 30px 400px 30px 30px;
	height: 350px;
	clear: left;
	border-bottom: 2px solid rgb(57,255,20);
	position: relative;
}
#rates {
	height: auto !important;
	overflow:  auto;
	position: relative;
	clear: left;
}

#partners {
	padding: 30px 30px 30px 30px;
	clear: left;
	border-bottom: 2px solid rgb(57,255,20);
	position: relative;
	text-align: center;
}
img.floatLeft {
	position: absolute; 
	top: 30px; 
	left: 30px; 
	border-bottom: 5px solid rgb(57,255,20);
}
img.floatRight {
	position: absolute; 
	top: 30px; 
	right: 30px; 
	border-bottom: 5px solid rgb(57,255,20);
}
