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

#wrapper{ 
	margin:0px;
	padding:0px
}

body{
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat-x;
	font-family: "Courier New", Courier, serif;
	color: #FFFFFF;
	font-size:15px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	letter-spacing: .05em;
}

h1 {
	background-image: url(images/ftbl_ruby_01.png);
	background-repeat:no-repeat;
	background-position: top center;
	width: 381px;
	height: 199px;	
}


#mainContent{
	font-weight: bold;
	text-align: center;
}

span.adcopy{
	font-size:25px;
	line-height: 35px;
	
}

span.index{
	font-size:15px;
	line-height: 15px;
	letter-spacing: .01em;
	}

a{
	color:#FFFF00;
	text-decoration:none;
	}
	
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:visited{
	color:#FFFFCC;
	}