	body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 14px;
	background-color: #1a3d51;
	background-image: ../images/default/MateMatcherBKG.jpg);	/*---Kev, made addition here ---*/
	background-repeat: no-repeat;
	background-position: center top;
	 }
	 
	#popup {
height: 100%;
width: 100%;
background: #000000;
position: absolute;
top: 0;
-moz-opacity:0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
filter:alpha(opacity=75);
z-index:1;
color:white;
}
#window {
width: 450px;
height: 160px;
margin: 0 auto;
border: 1px solid #000000;
background:#224B61;
position: absolute;
top: 200px;
left: 25%;
z-index:2
}


#headdyntext
{
    margin-left:140px;
    margin-top:10px;
    }

.htxttop
{color:#38B9E5;
 font-family:Verdana;
 font-size:30px;
    font-weight:400; 
    }
.htxtbot
{
    color:#FFFFFF;
 font-family:Verdana;
 font-size:26px;
 font-weight:400;
    }
#header
{
	
	padding-left:100px; padding-top:30px;}

	/* ////////////////////////////////////////////////////////////// */
	/* //////////  Splash Styles  /////////////////////////////////// */
	/* ////////////////////////////////////////////////////////////// */
	 
	.testing{
	 clear: both;
	 position: relative;
	 }
	 
	#header
	{
	 color:white;
	 height: 148px;
	 background: url(../images/default/header-tile.gif) bottom center repeat-x;   /*---Kev, changes made here ---*/
	 }
	 
	#logo{
	 margin: 0px 0px 15px 0px;
	 }
	 
	#splashfooter{
	 height: 110px;
	 background: url(../images/default/footer-tile.gif) top center repeat-x;   /*---Kev, changes made here ---*/
	 }
	 

	#contentpanels{
	 position: absolute;
	 top: 120px;
	 left: 49%;
	 margin-left: -425px;
	 }
	 
	#formpanel{
	 position: absolute;
	 top: 135px;
	 left: 49%;
	 margin-left: -400px;
	 }
	 
	#formpanel td{
	 font-size: 12px;
	 color: #FFFFFF;
	 }

	 
	.red{
	 color: #ff5028;
	 font-style: italic;
	 }
	 
	h1{
	 display: inline;
	 font-size: 16px;
	 line-height: 1.0em;
	 }
	h2{
	 display: inline;
	 font-size: 14px;
	 line-height: 1.5em;
	 }
	 
	form{
	 display: inline;
	 }
	 

	
#terms {
width: 600px;
height: 500px;
margin: 0 auto;
border: 1px solid #000000;
background:#224B61;
position: absolute;
overflow:scroll;
top: 100px;
left: 25%;
z-index:2
}
 #pop_tc
 {display: none;
     
     }
	a:link{color: #e0432e;}
	a:visited{color: #e0432e;}
	a:focus{color: #e0432e;}
	a:hover{color: #e0432e;}
	a:active{color: #e0432e;}
	.pop_panel{
	 position: fixed;
	 top: 111px;
	 left: 50%;
	 margin-left: -294px;
	 z-index: 97;
	 border: 1px solid #000000;
background:#224B61;

	 }
	
	.pop_title{
	 color: silver;
	 font-size: 10px;
	 height: 28px;
	 background-color:#203A52;
	
	 }
	.pop_title_padding{
	 padding: 2px 10px 0px 30px;
	  font-weight:bold;
	   font-size: 16px;
	 }
	.pop_content{
	 width: 578px;
	 height: 505px;
	 overflow: auto;
	 }
	.pop_padding{
	 padding: 20px;
	 font-size: 14px;
	 color: #FFFFFF;
	
	 }
	.pop_close{
	 width: 27px;
	 height: 27px;
	 cursor: pointer;
	 }
	
	
