body {
	width: 100%;
	margin: 0;
	font-family: Verdana, serif;
	font-size: 12px;
	background: url(../images/background.jpg) top center no-repeat;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #666;
}

#txt {
	position: relative;
	margin: 200px auto 10px auto;
	width: 460px;
	padding: 5px 5px 5px 25px;
}
#txt ul {
	padding: 0;
	margin: 0;
}
#txt li {
	list-style: none;
	padding: 5px 3px 5px 3px;
	margin: 0;
	border-bottom: 1px dashed #ccc;
}
#txt li div {
	position: absolute;
	right: 8px;
	padding: 0;
	margin: -13px 0 0 0;
	margin: 0 !ie;
	color: #999;
	font-size: 12px;
}
#txt li div a {
	text-decoration: none;
	color: #666;
}
#txt li div a:hover {
	text-decoration: none;
	color: #f7b64f;
	cursor: pointer;
}
#txt li div img {
	vertical-align: top;
	margin-top: -1px;
}

#float {
	position: fixed;
	top: 0;
	left: 50%;
	width: 591px;
	height: 20px;
	margin-left: -296px;
	padding-left: 1px;
	text-align: center;
	font-size: 11px;
	background-color: #F0315D;
	border-right: 1px solid #E01242;
	border-left: 1px solid #E01242;
	border-bottom: 1px solid #E01242;
	line-height: 20px;
}
#float a {
	padding: 4px;
	background-color: #E01242;
	color: #fff;
	margin-right: 1px;
}
#float a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #E01242;
}
#about {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 210px;
	height: 165px;
	background: url(../../images/about.jpg) no-repeat;
	background-position: left 15px;
	font-size: 10px;
	color: #888;
}
