#header {
	clear: both;
	display: block;
	width: 100%;
}
#logo {
	width: 180px;
	float: left;

}
#logo .brand {
	background-image: url(http://img.exive.com/ec8110b71fcb79d2176d00e31a9f6810);
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 30px;
	display: block;
	text-indent: -2000px;
	font-size: 0px;
	float: left;
	margin: 0px;
}
/*		Logo		*/

/*		Self		*/
#sign {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	display: table;

}
#sign a {
	text-decoration: none;
	color: #006699;
}
#footer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	padding-bottom: 10px;


}
#footer .link {
	clear: both;

}
#footer ul {
	clear: both;
	margin: 0px;
}
#footer li {
	float: left;
	padding-right: 10px;
}
#footer .copy {
	clear: both;

}
a:link {
}
a:hover {
	color: #FF0000;
}

