a:link, a:visited {
    color: #896689;
}

a:hover {
    text-decoration: none;
}

html {
    /*width:100%;
     height:100%;*/
}

body {
    margin: 0;
    min-height: 750px;
    min-width: 800px;
}

#bgLeft {
    position: absolute;
    z-index: 1;
    background-image: url(/images/background/fffday_left.jpg);
    min-height: 750px;
    height: inherit;
    width: 452px;
    top: 0px;
    left: 0px;
}

#bgRight {
    background-image: url(/images/background/fffday_right.jpg);
    z-index: 2;
    min-height: 750px;
    height: inherit;
    position: absolute;
    width: 452px;
    right: 0px;
    top: 0px;
}

#container {
    top: 0px;
    height: 100%;
    width: 100%;
    position: relative;
}

#content {
    position: relative;
    top: 50px;
    width: 650px;
    text-align: justify;
    height: 80%;
    padding: 10px;
    overflow: auto;
    z-index: 5;
    margin: 0 auto;
    font-weight: bold;
    font-family: "Trebuchet MS";
    background-image: url('/images/background/tiny_bg.png');
    border: 1px inset #73A24A;
    /*IE Only Hack to remove horizontal scroll bar*/
    overflow-x: hidden;
}

#content p, #content h1 {
    width: 630px;
}

#diggLink {
    position: absolute;
    bottom: 10px;
    left: 50px;
    z-index: 5;
}

#downloadLink {
    position: absolute;
    top: 50px;
    right: 25px;
    width: 100px;
    height: 100px;
    z-index: 90;
    font-weight: bold;
    text-align: center;
}

#fffLogo {
    position: relative;
    width: 518px;
    height: 474px;
    margin: 0 auto;
    background-image: url(/images/structural/fff_logo.png);
    z-index: 40;
    top: 40px;
}

#fffVideoContainer
{
	width:540px;
	height:450px;
	top:75px;
	position:relative;
	margin:0 auto;
	z-index:41;
}

#flowersLeft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url('/images/background/left_flowers.png');
    width: 446px;
    height: 489px;
    z-index: 3;
}

#flowersRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url('/images/background/right_flowers.png');
    width: 431px;
    height: 194px;
    z-index: 4;
}

#footer {
    display: none;
}

#friendMail {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 45px;
    z-index: 41;
    right: 0px;
}

#fuelFree {
    color: #000;
    font-size: 20px;
    width: 650px;
    position: relative;
    margin: 0 auto;
    bottom: -10px;
    font-family: "Trebuchet MS";
    z-index: 12;
}

#fuelFree h2 {
    color: #000;
    font-family: "Trebuchet MS";
}

#header {
    position: absolute;
    left: 20px;
    z-index: 39;
    width: 832px;
    height: 120px;
    background-repeat: no-repeat;
	background-image:url('/images/structural/gcca_banner_clear.png');
}

#homepageLink
{
	position:absolute;
	width:120px;
	height:120px;
	display:block;
	top:0px;
	left:20px;
	z-index:51;
}

#header img {
    border: 0;
}

#menu {
    position: absolute;
    width: 130px;
    height: 400px;
    top: 70px;
    left: 5px;
    z-index: 50;
}

#stumbleLink {
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: 6;
}

