﻿@charset "utf-8";
#logo /* CSS Document */

/* Tweak to show the cursor as a hand in IE 6 and 7 */
 h1  {
	cursor: hand; 
}

/* IE 6 Hacks to make the hover effect work properly  */
#logo h1 a:hover {
	border: none;
}
#logo h1 a {
	height: 164px;
}

#signup_container {
	clear: right;
	height: 40px;
	width: 500px;
	margin:0px;
	padding-right: 5px;
	padding-left: 5px;

	
}