body {
	text-align:center;
	background:#1c1c1c;
	height:auto;
}
a {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
.float-l {
	float:left
}
.folat-r {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header2 {
	height:100px;
	background:url(images/pagebg.gif);
	background-position:top;
	position:relative
}
#header {
	height:210px;
	background:url(images/me.jpg);
	position:relative
}
#nav {
	position:absolute;
	top:60px;
	right:20px
}
ul#nav {
}
ul#nav li {
	display:inline;
}
ul#nav a {
	color:#FFFFFF;
	line-height:43px;
	padding:0 10px;
	border-right:#FFFFFF 1px solid;
}
ul#nav .last a {
	border:none
}
#logo {
	position:absolute;
	top:15px;
	left:55px
}
#header2 h1 {
	display:inline
}
#header2 h1 {
	position:relative;
	top:20px;
	left:565px;
	font-size:34px;
	color:#fff
}
#logo span {
	position:relative;
	top:0px;
	left:150px;
	font-size:16px;
}
/* content */
#content {
	height:450px;
	background:#1c1c1c;
}
#content .left {
	width:400px;
	padding:0 50px;
	color:#FFFFFF
}
#content .left h2 {
	color:#90F;
	font-size:34px;
	padding:20px 0
}
#content .left img {
	padding-right:20px
}
#content .left a {
	color:#b7d2e3
}
#content .right {
	width:300px;
}
#top, #bm {
	width:180px;
	margin:0 auto;
	margin-top:30px;
	padding:0 35px
}
#side h2 {
	font-size:24px;
	color:#96F;
	padding:20px 0 13px 0
}
#side li {
	line-height:20px;	
}
#side li a:hover {
	text-decoration:underline;
	
}
/* footer */

#footer {
	clear:both;
	background: url(images/bottom.png);
	height:50px;
	color: #fff;
	position:relative;
	
}
.ft {
	position: absolute;
	top:10px;
	left:300px
}
#ftlink {
	color: #fff;
}
#ftlink a{
	color: #96F;
}
#xhtml {
	position: absolute;
	top:30px;
	left:250px
}
