/* background */

img {border:0;}
body {
	background-color: #f5f5f5;
}
#all {
	position: relative;
	margin:auto;
	height:631px;
	background-position: center center;
	top:100px;
	width:976px;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#body {
	position:absolute;
	text-align: left;
	left:100px;
	top:119px;
	width:776px;
	height:264px;
}
/* page */
#menu1 {
	position:absolute;
	left:37px;
	top:60px;
	width:125px;
	height:14px;
}
#submenu1 {
	position:absolute;
	left:162px;
	top:60px;
	width:auto;
	height:14px;
}
#menu2 {
	position:absolute;
	left:37px;
	top:78px;
	width:125px;
	height:14px;
}
#submenu2 {
	position:absolute;
	left:162px;
	top:78px;
	width:auto;
	height:14px;
}
#menu3 {
	position:absolute;
	left:37px;
	top:96px;
	width:125px;
	height:14px;
}
#gallery {
	position:absolute;
	left:37px;
	top:385px;
	width:63px;
	height:14px;
}
#contact {
	position:absolute;
	left:259px;
	top:387px;
	width:63px;
	height:14px;
}
#outsource {
	position:absolute;
	left:635px;
	top:386px;
	width:104px;
	height:16px;
}
#mainpage {
	position:absolute;
	left:866px;
	top:385px;
	width:72px;
	height:14px;
}
/* font */
.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595b;
}