﻿body
{
	background-color: #FFFFFF;
	background-image:url(/images/bg_body_home.gif);
	background-repeat: repeat-x;
}

/* DIVS   
----------------------------------------------------------*/
#global
{
	width: 100%;
}
#header
{
    position: absolute;
    width: 1010px;
    margin-left: -505px;
    top: 0px;
    left: 50%;
	height: 148px;
	background-image:url(/images/bg_header_home.jpg);
	background-repeat:no-repeat;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color:#FFFFFF;
}
#currentUsers
{
	position: relative;
	float: none;
	left: 50%;
	margin-left: -503px;
	top: 140px;
	height: 34px;
	width: 1007px;
	border-bottom-style: solid;
	border-bottom-color:#31528d;
	border-bottom-width: 1px;
	padding-left: 0px;
}
#content
{
	position: relative;
	float: none;
	top: 162px;
	width: 1007px;
	left: 50%;
	margin-left: -503px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 16px;
	background-image:url(/images/bg_content_home.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#livequotes
{
	position: absolute;
	float: none;
	top: 200px;
	width: 556px;
	height: 28px;
	left: 50%;
	margin-left: -503px;
	z-index: 998;
    border-style: solid;
	border-width: 1px;
	border-color:#c6cdeb;
}
#footer
{
	position: relative;
	float: none;
	top: 180px;
	height: 20px;
	width: 100%;
	background-color: #bac4da;
	color:#31528d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	background-image:url(/images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
