/* 
.
.
.
.
.
.
.
.
.
.
.
==========================================================================
  kelly's stuff starts here
========================================================================== */



html
{
	background-color: #000;
	
}


body
{
	margin:0px;
	padding:0px;	
	
}

#bgBack
{
	top:0px;
	left:0px;
	background: url('../images/bgweb1.jpg') no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:absolute;
	z-index:4000;
}


#bgOverlay
{
	top:0px;
	left:0px;
	background: url('../images/dot-pattern-alpha.png');
	background-repeat: repeat;
	position:absolute;
	z-index:4050;
}


#mainDisplay
{
	top:0px;
	left:0px;
	width: 100%;
	position:absolute;
	z-index:5001;
}



#callingCardContainer
{
	background: url('../images/b_card.png');
	position:absolute;
	height:340px; 
	width:400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


#iefoot{
	background-color: #111111;
	color:#bcbcbc;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 15px;
	width: 100%;
	z-index: 100000;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#ieheader{
	background-color: #2b6d95;
	color: #8d8d88;
	text-align:center;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 25px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100000;
	
}





/*----------------------------
	The Footer
-----------------------------


footer{
	background-color: #111111;
	color:#bcbcbc;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 15px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

----------------------------
	The Header
-----------------------------


header{
	background-color: #007438;
	color: #999;
	text-align:center;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 25px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100000;
}

*/





