@charset "UTF-8";
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#container {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 900px;
}
#content {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	width: 505px;
	padding-right: 120px;
	padding-left: 70px;
	position: relative;
	z-index: 10000;
	left: 200px;
	height: 900px;
}

#intro {
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	padding-top: 265px;
}
h1 {
	font-size: 24px;
	color: #C0491F;
}
#sidebar {
	position: absolute;
	width: 200px;
	top: 180px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	margin-top: 3px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	display: block;
}
#container2 {
	background-image: url(images/bg_long1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content2 {
    background-image: url(images/bg_long2.jpg);
	background-repeat: no-repeat;
	width: 505px;
	padding-right: 120px;
	padding-left: 45px;
	position: relative;
	z-index: 10000;
	left: 200px;
	height: 2300px;
}
