body {

	width: 100%;
	height: 100%;
	font-family: Arial;
}

a {

	color: white;
	text-decoration: none;
	font-size: 10px;	

}
a:hover{

	background: #5C788C;
}
#container_page {

	background: #FFF;
	width: 100%;
	height: 100%;
}

#container_page tr {
	
	height: 100%;
	vertical-align: middle;
}

#container_page tr td{

	width: 100%;
	vertical-align: middle;
	text-align: middle;
}

#banner_wrapper {
	
	height: 410px;
	width: 100%;
	background-image: url(background.png);
}

#buffer_height{
	
	height: 92px;
}
#buffer_height_2 {

	height: 52px;
}
#buffer_height_3 {

	margin-top: -12px;
}

#info_wrapper {

	width:600px;
	height: 194px;

}
#info_wrapper tr td{

	vertical-align: top;
}


#info_box_TABLE {

	font-size: 12px;
	background: #CED6E1;
	width: 190px;
}
#info_table_header {

	background: #001344;
	color: white;
	padding: 0px 10px 0px 10px;
}
#info_table_content {

	font-size: 15px;
	color: #001344;
	text-align: center;
	height: 45px;
	padding-top: 3px;
}

#enter_buttons_DIV {

	text-align: right;
	padding: 23px 30px 0 0;
}

#flash_thing {

	font-size:8px;
	text-align: center;
}
#flash_thing a:hover{

	background: none;
}