/*
// eTecc Communications Framework
// Version 1.0
// Copyright 2007 eTecc Communications All Rights Reserved
// Last Updated: January 23, 2007
// Created On: January 23, 2007 
*/

html {
	height: 100%;
}

body {
	margin:0;
	border:0;
	background-color:#47292b;
	height:100%; /* this is the key! */ 
}

td,th,span,div,input,textarea,select
{
	font-family:arial;
	font-size:10pt;
	color:#3b1d07;
}
a
{
	font-family:arial;
	font-size:10pt;
	text-decoration:underline;
	color:#284745;
}

#outer {height: 100%; width:100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {width:100%; position: absolute; top: 50%; text-align:center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.homeBottom
{
	color:#fff4d5;
	vertical-align:bottom;
	padding-bottom:10px;
	text-align:center;
}
.footer, .footer a
{
	text-decoration:none;	
	color:#fff4d5;
	font-size:8pt;
}
.coupon 
{
	BACKGROUND:#DCD4FE;
}
.coupon td
{
	BACKGROUND:#fff2d4;
	COLOR:#5F5423;
	font-weight:bold;
	font-size:12px;
}
.couponHeader
{
	COLOR:#5F5423;
	font-weight:bold;
	font-size:15px;
}
	.topLeft
	{
		background-image:url('../images/contentL.gif');
	}
