body, html {
	margin: 0;
	color: #000;
	background: #fff;
	font-family: tahoma;
	font-size: 12pt;
}

img {
	border: 0px;
}

#wrap {
	width: 780px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -150px;
}

#logo {
	float: left;
	width: 260px;
}

#desc {
	float: right;
	width: 480px;
	padding-left: 40px;
}

#social {
	width: 440px;
	height: 23px;
	background-image: url(pic/social_background.png);
}

#icons {
	float: right;
	margin-top: 6px;
	margin-right: 30px;
}

#rss-icon {
	margin-left: 20px;
}

#desctext {
	width: 480px;
	height: 180px;
	position: absolute;
	top: 50%;
	margin-top: -100px;
}

#footer {
	width: 780px;
	clear: both;
	text-align: center;
	border-top: dotted #000;
	border-top-width: thin;
	font-size: 10pt;
}
