* {margin:0}
body {
    background: url(images/greenworld.jpg) no-repeat #016767;
    background-size: 100%;
    font-family: 'Abel', sans-serif;
}
#logobox {
	background:url(images/white.png) repeat;
	width: 355px;
	height: 120px;
	margin:0 auto 0 auto;
	right: 0;
	left: 0;
	padding: 20px;
	border-radius:0 0 10px 10px;
	z-index:1000;
}
#label-1 {
    width:170px;
    height:140px;
    margin:1% 0 0 36%;
    display:block
}
#label-2 {
    width:170px;
    height:140px;
    margin:-1% 0 0 19%;
    display:block;
}
#label-3 {
    width:170px;
    height:140px;
    margin:5% 0 0 72%;
    display:block;
}
#twitter-kt {
    width: 75px;
    height: 75px;
    background:url(images/tw.png) no-repeat;
    display:block;
    float:right;
    margin: -40px 150px 0 0;
}
#welcome-box {
	background-color: #444;
	height: 80px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size:25px;
	color:#777;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height:30px;
	margin-top:13%;
}
.welcome-lower-text {
    letter-spacing:4px;
    font-size:40px;
    color:#fff;
}
#menu-line {
    background-image: url(images/logo-bg.png);
    background-repeat: repeat;
    height: 35px;
    width: fit-content;
    text-align: center;
    padding-top: 7px;
    margin: auto;
}
.menu-home {
	font-size:20px;
	color:#fff;
	margin: 0 50px 0 0;
}
.menu-home a {
	color:#fff;
	text-decoration:none;
}
.menu-home a:hover {
	color:#000;
	text-decoration:none;
}

#footer {
	height: 50px;
	width: 100%;
	background:#222;
	color:#63a21d;
	text-align:center;
	font-size:16px;
	padding-top:5px;
}
#footer a{
	color:#63a21d;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:none;
}