@charset "utf-8";
/* CSS Document */

/*basis*/

body{
	background-image: url(img/bck.jpg);
	background-position: center top;
	margin-top:0px;
}

#container{
	height: 6200px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/*home*/
#home{
	height: 1250px;
	width: 970px;
}

#home_menu{
	height:39px;
	width:511px;
	z-index:1;
	position: absolute;
	left: 664px;
	top: 328px;
}

/*about*/
#about{
	height: 1250px;
	width: 970px;
}

/*work*/
#work{
	height: 1250px;
	width: 970px;
}

/*services*/
#services{
	height: 1250px;
	width: 970px;
}

/*contact*/
#contact{
	height: 1200px;
	width: 970px;
}

