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

body { background: url("../images/leather.jpg") repeat 0px 0px; }

img { border: none; }

#main {
	background: url("../images/home/background2.png") no-repeat 0px 0px;
	position: relative;
	width: 950px;
	height: 650px;
	margin: auto;
}

#title {
	position: relative;
	top: 430px;
	left: 95px;
}

#nav {
	position: relative;
	width: 220px;
	height: 120px;
	left: 600px;
	top: -16px;
}

#about, #rigs, #goods, #links, #foot { position: absolute; }
#about { top: 21px; }
#rigs { left: 121px; }
#goods { top: 49px; left: 120px; }
#links { top: 76px; left: -2px; }

#foot {
	bottom: -30px;
	width: 100%;
}

#foot div {
	background: url("../images/home/paper.png") no-repeat 0px 0px;
	width: 500px;
	height: 158px;
	padding: 0px;
	margin: auto;
}

#foot p {
	font-family: Georgia, serif;
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 13px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 75px;
}

#foot p span { font-size: 12px; font-weight: normal; }

#foot a { color: #a61; text-decoration: none; }
#foot a:hover { color: #730; }