/* CSS Document */
/* Author: Le Trinh	
   Job   : Designer and Dev*/

@charset "utf-8";
@import url("reset.css");

/*----------------Start mainpage------------------*/
body {
	background-color: rgb(253, 213, 92);
}
#bg-web-1{
	/*background:url(../images/bg-1.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow:hidden;
	z-index:-1;
	width:100%;*/
}

#bg-web-2{
	background:url(../images/bg-2.png) repeat-x left top #e7fcff;
	overflow:hidden;
	z-index:-1;
	width:100%;
}

#bg-footer{
	background:url(../images/bg-fotter.jpg) no-repeat left top #fffef7; 
	overflow:hidden;
	z-index:-1;
	width:100%;
	padding-bottom:74px;
}

/*#pad-web{
	width:1200px;
	margin:0 auto;
}*/

.logo{
	float:left;	
	padding:28px 0 553px 16px;
}

.menu{
	padding: 25px 14px 0px 14px;
    margin-top: -12px;
    background: none;
}


