@import url(nav.css);
/*--------------------------------------------------------- */
/*  Boxes Styles
---------------------------------------------------------- */
html *, body *{margin:0;padding:0;}
html,body{
	margin: 0; 
	padding: 0; 
	text-align: left;
	width:100%;
	min-height:100%;
	height:100%;
}
body {
	font-family:tahoma, 'Lucida Grande', 'Lucida sans', 'Lucida sans unicode', 'Lucida console', arial, verdana, sans-serif;
	font-size: 68%; 
	color: #333; 
	background-color: #fffbeb;
}
form{
	min-height:100%;
	height:100%;
}
ol,ul{list-style:none;}
/****************************/
/* ----- container size & positioning ----- */
#container
{
	width:100%;
	min-height:100%;
	position:relative;
	background-color:#FDF0CE;
	height: 100%;
	z-index:0;
}
#page {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0px;
}
/* ----- content area ----- */
#content{
	width: 100%;
	margin:0 auto;
	text-align:center;
	position: relative; 
	float:left;
	height:100%;
}
/* ----- company logo ----- */
#logo{
	position:absolute;
	left:0;
	top:15%;
	width:436px;
	height:120px;
}
#logo a.logo{
	text-indent: -9000em;
	overflow: hidden; 
	display: block;  
	width:436px;
	height:120px;
	cursor:hand 
}
#logo,#logo a.logo{
	background: url(../images/common/logo/logo_at.gif) no-repeat; 
}

#logo-footer {
	background:url(../images/common/logo/logo_at.png) no-repeat left top;
	width:66px;
	height:69px;
	text-indent:-90000em;
	position:absolute;
	bottom:0px;
	left:50%;
	z-index:10000;
}
/* ---- footer ---- */
#footer{ 
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/common/backgrounds/bg_footer.png) repeat-x left bottom;
	z-index:10000;
}

#footernav
{
	float:left;
	margin-left:5px;
	color:#EEEBBE;
	text-indent:-1000em;
	width:295px;
	height:40px;
	background:url(../images/common/backgrounds/bg_footer-nav.gif) no-repeat left bottom;
}
.legal-text
{
	width:91px;
	float:left;
	height:40px;
	text-indent:-90000em;
	background:url(../images/common/backgrounds/bg_legal-text.gif) no-repeat left bottom;
}
#credits {
	float:right;
	color:#D8D8D8;
	width:127px;
	height:40px;
	margin-right:10px;
	text-indent:-1000em;
	
}
#credits a {
	width:127px;background:url(../images/common/backgrounds/bg_footer-copy.gif) no-repeat left bottom;
	height:40px;
	display:block;
	cursor:hand;
}
/* ----------------------------------------------------------*/ 
/* End Boxes Styles */
/* ----------------------------------------------------------*/