@charset "UTF-8";
.sign_up {
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.nav_font {
	color: #FFFFFF;
}
.nav_font a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 96%;
}
.nav_font a:hover {
	text-decoration: underline;
}


#social_container {
	display: block;
	width: 580px;
	margin-top: 1em;
}
#facebook_ {
	width: 230px;
	height: 30px;
	float: right;
}
#google_ {
	width: 230px;
	height: 30px;
	float: right;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 0px;
}

