﻿body 
{
	background-color: #000000;
	/*
	background-image: url(images/bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	*/
	text-align: center;
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #cccccc;
}

.banner
{
	background-image: url(images/bluehotspots_logo.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 75px;
	text-align: right;
	vertical-align: top;
}

a:link {color:#4E9ACC; font-weight: bold; text-decoration: none;}
a:visited {color:#4E9ACC; font-weight: bold; text-decoration: none;}
a:active {color:#4E9ACC; font-weight: bold; text-decoration: none;}
a:hover {color:#4E9ACC; font-weight: bold; text-decoration: underline;}

.footer
{
	color: #888888;
	font-weight: bold;
}

.footer-text
{
	width: 980px; 
	height: 0px; 
	border-top: solid 1px #555555; 
	text-align: left;	
}

.contentArea
{
	background-color: #222222;
}

.grayGradient
{
	text-align: left;
	padding: 0px 10px 10px 10px;
	background-image: url(images/gray_gradient.gif);
}

.blueGradient
{
	text-align: left;
	padding: 0px 10px 10px 10px;
    background-image: url(images/blue_gradient.gif);
}
