﻿	#main-container {
		position:absolute;
		top: 50%;
		left: 50%;
		width:564px;
		height:368px;
		margin-top: -184px; /*set to a negative number 1/2 of your height*/
		margin-left: -282px; /*set to a negative number 1/2 of your width*/
		background-color: #FFF;
		text-align: center;
	}


	#content {
		width:560px;
		height:305px;
		border: 2px solid #8a9499;
		border-bottom:none !important;
		margin:0 auto;
		float:left;
		background:#fff url(/images/alert-bg.gif) no-repeat;
	}

	#content h1 {
		margin:65px 0 40px 45px;
		float:left;
		text-indent:-9999px;
		width:100%;
		height:27px;
		display:block;
	}

	#footer {
		width:564px;
		height:33px;
		float:left;
		background:#003860;
		color:#fff;
	}

	ul#links {
		list-style: none;
		margin: 0;
		padding:5px 0 0;
		float:left;
	}

	ul#links li {
		float: left;
		color:#fff;
		/*
		text-indent: -9999px;
		text-decoration: none;
		height: 31px;
		overflow: hidden;
		*/
		display:inline;
	}

	ul#links li.item1 {
		padding-left:22px;
	}

	ul#links li.item2 {
		padding-left:20px;
	}

	ul#links li.item3 {
		padding-left:219px;
	}

	ul#links li a {
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration: none;
		background:url(/images/arrow.gif) no-repeat 2px 2px;
		padding:0 0 0 15px;
	}

	.warning-text {
		color:#003860;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:350px;
		margin:0 auto;
		text-align:justify;
		padding:40px 0 0;
	}
	
	#navigator {
		color:#003860;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		width:350px;
		margin:0 auto;
		text-align:center;
		padding:30px 0 0;
	}	
	
	#navigator a{
		padding:0 20px 0 0;
		color:#003860;
		text-decoration:none;		
	}		
	
	
	
