* {margin:0}

body {
	background: url(images/greenworld.jpg) no-repeat #708fc6;
	background-size:100%;
	background-attachment:fixed;
	font-family: 'Abel', sans-serif;
}

#header-page {
	height: 140px;
	width: 960px;
	background-image: url(images/white.png);
	background-repeat: repeat;
	padding-top:20px
}
#logopage {
	background: url(images/logo.png)no-repeat;
	margin: 10px 0 10px 20px;
	float: left;
	height: 120px;
	width: 350px;
}
#menu-box {
	background-color: #35b5d2;
	height: 26px;
	width: 590px;
	margin-left:0;
	padding-top: 2px;
	float: left;
	margin-top:50px;
}
.menu-page {
	font-size:18px;
	color:#fff;
	padding:0 10px;
	margin: 0 0px;
	text-decoration:none;
	-moz-transition: all 0.8s linear 0s;
	-webkit-transition:all 0.5s linear 0s; /* Safari and Chrome */
	-o-transition:all 0.5s linear 0s;; /* Opera */
}
.menu-page:hover{
	font-size:18px;
	color:#35b5d2;
	padding:0 20px;
	margin: 0 0px;
	text-decoration:none;
	background:#222;
}
.menu-page-active {
	font-size:18px;
	color:#35b5d2;
	padding:0 20px;
	margin: 0 10px;
	text-decoration:none;
	background:#222;
}
#page-box {
	height: auto;
	width: 960px;
	margin:40px auto 0 auto;
	right: 0;
	left: 0;
	padding-top:20px;
	padding-bottom:140px;
	z-index: 100;
	position:absolute;
}
#text-page {
    background-image: url(images/white.png);
	background-repeat: repeat;
	height: auto;
	width: 800px;
	padding:10px 80px 60px 80px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.textimages {
	margin: 0 30px 30px 0;
	float:left;
}
.formtitle {
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	background:#000;
	border:#35b5d2 2px solid;
	padding: 0 15px 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
.form1 {
	width:400px;
	height:20px;
	padding: 5px;
	font-family: 'Abel', sans-serif;
	margin-bottom:15px;
	background:#35b5d2;
	border:#000 2px solid;
	color:#000;
	font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
.form2 {
	width:400px;
	height:80px;
	padding: 5px;
	font-family: 'Abel', sans-serif;
	margin-bottom:15px;
	background:#35b5d2;
	border:#000 2px solid;
	color:#000;
	font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
.formbutton {
	width:150px;
	height:30px;
	background:#35b5d2;
	border:#000 2px solid;
	color:#000;
	font-size: 20px;
	font-family: 'Abel', sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
#footer-page {
	height: 50px;
	width: 100%;
	background:#222;
	color:#63a21d;
	text-align:center;
	font-size:16px;
	position:fixed;
	bottom:0;
	padding-top:5px;
	z-index:100;
}
#footer-page a{
	color:#63a21d;
	text-decoration:none;
}
#footer-page a:hover{
	color:#fff;
	text-decoration:none;
}
