﻿body
{
	text-align:center;
	background-color:#9dc881;
	background-image:url(Images/BKG_gradient.jpg);
	background-repeat:repeat-x;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
}

#wrapper
{
	width:980px;	
	padding-bottom:3px;
	background-color:White;
	border:1px solid #FFFFFF;	
	text-align:left;
}

#header
{
	height:171px; 
	position:relative;
	width:980px;
}

#footer
{
	height:23px;
	position:relative;
	vertical-align:middle;
	text-align:left;
	color:White;
	font-weight:bold;
	width:980px;
	background-image:url(Images/Footer.jpg);
	background-repeat:repeat-x;		
}

#logo
{
	position:absolute;
	top:0px;
	left:0px;
}

#LoginContender
{
	position:relative;
	width:636px;
	height:475px;
	background-color:Transparent;
	background-position:center;	
	background-image:url(Images/bkg_LogIn.jpg);
}

/*
#CredentialContender
{
	position:relative;
	width:300px;
	height:150px;
	background-position:center;
	background-image:url(Images/cerdential_bkg.png);
}
*/

.button 
{
  width:120px;
  border:1px solid #FFFFFF;
  color:White;  
  background-image:url(Images/btn_gradient.jpg);
  background-repeat:repeat-x;	
}