/*@import url(global.css);*/
#cleaner {
clear:both;
height:1px;
font-size:1px
}

body {
background: url(../_img/body-bckgrnd-blue.gif) top right no-repeat;
background: url(../_img/background-pixel.gif) top left;
font-family: "Trebuchet MS", arial, sans-serif;
height:100%;
margin:0;
padding:0;
overflow:hidden;
}
#fullpage{
	height:100%;
	margin:0;
	padding:0;
}
h1{
	background:transparent url(../_img/flc-logo.png) center top no-repeat;
	height:150px;
	margin-top:0;
	padding-top:0;
}
h1 i {
	font-size: x-small;
	color:#009ddd;
	display:none;
}
strong{
	color:#009DDD;
	text-transform: uppercase;
	font-size:small;
	font-weight:normal;
	display:block;
}
#main {
	background:white url(../_img/woman.jpg) bottom left no-repeat;
	background:white url(../_img/manwithcorn.jpg) bottom left no-repeat;
	text-align:center;
	margin-left: -307px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 614px;
	height: 100%;
	visibility: visible
}
#english, #spanish{
border:0px solid #b7d9f3;
padding:4px;
float:left;
margin:0 5px;
width:30%;
height:70px;
}
#spanish{float:right;text-align:right;}
#choice {
display:block;
height:120px;
width:30%;
float:left;
padding-top:10px;
color:#009DDD;
text-transform: uppercase;
font-size:small;
font-weight:normal;
}
#english a, #spanish a, #english a:visited, #spanish a:visited {
width:100%;
height:100%;
display:block;
color:#b7d9f3;
font-weight:normal;
font-size:30pt;
text-decoration:none;
position:relative;
}
#spanish a , #spanish a:visited {
	text-align:right;
}
#english a span, #spanish a span {
cursor:pointer;
position:absolute;
bottom:-3px;
left:0px;
}
#spanish a span{
	right:0px;
	left:50px;
}
#english a:hover, #spanish a:hover {
color:#70BBE8;
}
#quote{
margin:10px;
padding:5px;
font-style: italic;
font-size:small;
text-align:center;
}
#footer{
position:absolute;
left:0;
bottom:0px;
width:100%;
display:block;
clear:both;
text-align:center;
font-size:10px;
background:#ffffff url("../_img/footer-bckgrnd.gif") top left repeat-x;
font-family:"Trebuchet MS", Arial, sans-serif;
color:#666666;
margin:0;
margin-top:10px;
}
#footer a:link, #footer a:visited {background:none;text-decoration:underline;color:#666666;border:none}
#footer a:hover{text-decoration:overline;border:none}
