@charset "utf-8";
/* CSS Document */

#contaner {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	
}
body {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../img/website_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contaner #home {
	width: 100%;
	border: 1px solid #666;
	background-color: #000;
}
#contaner #about #intro_text #services1 {
	float: left;
	height: 209px;
	width: 233px;
	margin: 2px;
}

#contaner #home #menu {
	height: 236px;
	width: 990px;
	margin-top: -8px;
	margin-right: 10px;
}




/*** about****/
#contaner #about {
	width: 100%;
	width: 100%;
	border: 1px solid #666;
	background-color: #FFF;
}
#contaner #about #menu {
	height: 236px;
	width: 990px;
	margin-top: -8px;
	margin-right: 10px;
}
