@charset "utf-8";
body {
	color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

#container {
	position:relative;
	width:800px;
	height:720px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 80px;
	background-image: url(../images/bg1.png);
}
#head {
	position:absolute;
	width:800px;
	height:200px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/btn.png);
}
#content {
	position:absolute;
	left:0px;
	top:200px;
	width:800px;
	height:auto;
	z-index:2;
	border-right-width: 0.1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
#footer {
	position:absolute;
	left:0px;
	top:620px;
	width:800px;
	height:100px;
	z-index:3;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#navUp {
	position:absolute;
	left:30px;
	top:111px;
	width:319px;
	height:60px;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#logo {
	position:absolute;
	left:530px;
	top:55px;
	width:250px;
	height:auto;
	z-index:2;
}

#rightNav {
	position:absolute;
	left:554px;
	top:49px;
	width:226px;
	height:201px;
	z-index:1;
}
#copyRights {
	position:absolute;
	left:643px;
	top:50px;
	width:158px;
	height:50px;
	z-index:1;
	color: #666;
	font-size: 12px;
}

#paragraph {
	position:absolute;
	left:5px;
	top:214px;
	width:539px;
	height:192px;
	z-index:4;
	color: #666;
}
#container #footer #copyRights table tr td a {
	color: #368BD9;
	text-decoration: none;
}
#container #paragraph table tr td p a {
	color: #368BD9;
	text-decoration: none;
}

#facebook {
	position:absolute;
	left:733px;
	top:14px;
	width:255px;
	height:60px;
	z-index:2;
}

