@charset "utf-8";
	body {
		background:url(../images/Grid.GIF);
		background-repeat: repeat;
	}
	#ant {
		position:fixed;	
		left:-100px;
		top:10px;
	}
	
	#mainContainer {
		margin-top:25px;
	}
	
	#tagline {
        
		margin:20px;
	}
	footer {
		width:100%;
		clear:both;	
	}
	
	footer {
		font-weight:bold;
		font-size:16px;
		margin-top:50px;
	}

	
	#apbs {
		margin:0 auto;
		width:412px;
		height:143px;
	}
	#apb {
		margin:0 auto;
	}
	.btns {
		overflow:hidden;
		padding-top:5px;
		float:left;
		width:103px;	
		height:150px;
	}

		#text_Container {
			width: 640px;	
			font-size:16px;
/*			text-align:left;*/
            margin: 0 auto;
			margin-top: 15px;
		}
		.blue {
			padding: 10px;
			color:blue;	
		}
		.red {
 			margin-top: 50px;
			margin-bottom: 50px;
			padding: 10px;
			color:red;	
			font-size: 1.5em ;
			width: 600px;
			text-align: left;
		}

	
