@charset "UTF-8";
/* CSS Document */

/* THIS STYLE SHEET IS FOR THE TELL ME MORE PAGE ONLY */

/* navigation starts here */
.tell a {
	height: 60px;
}	
.tell a {
	background:url(../images/tell_right_g.gif) no-repeat right top;
	cursor: default;
}
/* navigation ends here */

/* wrapper for GoDisc sign-up link */
#go {
	position: absolute;
	background-image:url(../images/GoDisc.gif); 
	background-repeat: no-repeat;
	background-position: right;
	top: 45px;
	left: 890px;
	font-family:"Courier New", monospace;
	font-size:400%;
	text-align:center;
	text-indent:-20px;
	padding: 170px 0px;
	width:160px;
}
#go a {
	text-decoration: none;
	margin:0px;
	color:#000000;
}
#go a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
/* STYLE SHEET ENDS */
