*{
    margin:0;
    padding:0;
}
body{
	background-image:url(bg.jpg);
}
#bg{
	background-image:url(color_red.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:535px;
	position:fixed;
}
#header{
	background-image:url(header_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	z-index:100;
	width:100%;
	height:187px;
	text-align: center;
}
img{
	border:0;
}
#menu{
	width:880px;
	height:120px;
	margin:0 auto;
	position:relative;
	padding:55px 0px 0px 0px;
}
#nav{
	list-style:none;
	display:inline;
}
#nav li{
	display:inline;
	list-style-type: none;
}

#about{
	list-style-type: none;
	position: absolute;
	margin:20px;
	left: -19px;
	top: 66px;
}

#service{
	list-style-type: none;
	position: absolute;
	margin:20px;
	left: 100px;
	top: 66px;
}

#logo{
	list-style-type: none;
	position: absolute;
	margin:20px;
	left: 360px;
	top: 31px;
}

#partners{
	list-style-type: none;
	position: absolute;
	margin:20px;
	left: 549px;
	top: 70px;
}

#contact{
	list-style-type: none;
	position: absolute;
	margin:20px;
	left: 737px;
	top: 69px;
}


.section{
    margin:0px;
    height:1500px;
    width:100%;
    float:left;
}
#text{
	width:630px;
	height:350px;
	float:left;
}
#section1{
	background-image:url(section1.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
    padding:0;
}
#section2{
	background-image:url(section2.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
    padding:0;
}
#section3{
	background-image:url(section3.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
    padding:0;	
}
#section4{
	background-image:url(section4.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
    padding:0;
}
#section5{
	background-image:url(section5.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
    padding:0;
}

.section h2{
    margin:50px 0px 30px 50px;

}
.section p{
    margin:20px 0px 0px 50px;
    width:600px;
}
.section ul{
    list-style:none;
	display:block;
    margin:20px 0px 0px 550px;
}

@font-face
{
font-family: myFirstFont;
src: url('Comfortaa-Regular.ttf'),
     url('comfortaaregular.otf') format("opentype"); /* IE */
}

div
{
font-family:myFirstFont;
font-size:14px;
color:#FFF;
}

#ddlogo{
	width:132px;
	height:25px;
	margin:0;
    padding:0;
	right:1%;
	bottom:1%;
	position:fixed;
}
