@charset "UTF-8";
/* CSS Document */

#body_container {
	min-height: 100%;
	margin: 0 auto;
}

#preload {
	display: none;
}

* html #body_container {
	height: 100%;	
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#jerryLogo {
	float: left;
	position: absolute;
	left: 14px;
	top: 14px;
}

#ui_top_right {
	float: right;
	position: absolute;
	right: 14px;
	top: 19px;
	vertical-align: middle;
}

#center_column {
	width: 900px;
	position: absolute;
	top: 55px;
	bottom: 0;
	margin-left: -450px;
	left: 50%;
	padding: 0px;
	background-color: #343434;
}

#goneFishin {
	position: relative;
	float: left;
	top: 40px;
	left: 100px;
}

.ui_footer {
	clear: both;
	font-family: inherit;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: inherit;
	margin-left: auto;
	margin-right: auto;
	background-color: #343434;
}

.ui_footer a:link {
	color: #999999;
	text-decoration: none;
}

.ui_footer a:visited {
	color: #888888;
	text-decoration: none;	
}

.ui_footer a:hover {
	color: #666666;
	text-decoration: underlined;	
}

.banner_bigbutton {
	position: relative;
	float: left;
	height: 193px;
	width: 190px;
	left: 0px;
	top: 80px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/button_bkg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 2px;
}

.banner_bigbutton_fill {
	position: relative;
	float: right;
	height: 193px;
	width: 396px;
	right: 0px;
	top: 80px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/button_bkg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}


.banner_bigbutton a {
	display: block;
	width: 100%;
	height: 160px;
	text-decoration: none;
	color: #FFFFFF;
}

.banner_bigbutton_title {
	margin-left: auto;
	margin-right: auto;
	display: block;
}