body {
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	background-color: #DAE3E5;
	background-position: top center;
}
body, html, form, table, td, tr, div, span {
	margin:0px;
	padding:0px;
}
.container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 800px;
}

/* Format */
#toptext {
	position: absolute;
	top: 115px;
	right: 20px;
	text-align: center;
	width: 500px;	
	height: 15px;
}
#mainvideo {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 500px;
}
#mainbody {
	position: absolute;
	top: 120px;
	right: 20px;
	text-align: justify;
	width: 500px;
	height: 575px	
}
#mainbody2 {
	position: absolute;
	top: 120px;
	right: 20px;
	text-align: justify;
	width: 500px;
	height: 400px	
}
#market {
	position: absolute;
	top: 300px;
	left: 20px;
	text-align: justify;
	width: 225px	
}
#market2 {
	position: absolute;
	top: 480px;
	left: 20px;
	text-align: center;
	width: 225px	
}
#bottomvideo {
	position: absolute;
	top: 545px;
	right: 20px;
	width: 375px;
}
#bottomsignup {
	position: absolute;
	top: 545px;
	left: 20px;
	width: 375px;
}
#footer {
	position: absolute;
	text-align: center;
	top: 705px;
	left: 20px;
	width: 760px
}
#footer2 {
	position: absolute;
	text-align: center;
	top: 550px;
	left: 20px;
	width: 760px
}


/* Images */
#ftccard { 
	position: absolute;
	top: 10px;
	left: 20px;
	width: 241px;
}
#ftclogo { 
	position: absolute;
	top: 20px;
	right: 150px;
	width: 235px;
}

/* Text */
hr {
	color: #E68A00
}
a:link {
	color: #0000CC;
	text-decoration: none
}
a:visited {
	color: #0000CC;
	text-decoration: none
}
a:hover {
	color: #0033FF
}
a:active {
	color: #FF0000
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #382A00;
	font-family: Tahoma
}
.texttop {
	font-size: 12pt;
	font-family: Tahoma;
	color: #000099;
	font-weight: bold;	
}
.marketcopy {
	font-size: 12pt;
	font-family: Tahoma
}
.marketcopy2 {
	font-size: 13pt;
	font-family: Tahoma;
	font-style: italic;
}
.bottommenu {
	font-size: 10pt;
	font-family: Tahoma
}
.copyright {
	font-size: 8pt;
	font-family: Tahoma
}


