@charset "UTF-8";

* {
	margin:0;
}

html, body {
	height: 100%;
	background:url(../images/bg.page.png) white;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -395px; /* the bottom margin is the negative value of the footer's height */
	width:1100px;
}

.wrapper .content {
	position:relative;
	padding:10px 10px 30px 10px;
	width: 695px;
	background:/*url(../images/bg.content.png)*/ white;
}

.footer, .push {
	height: 395px; /* .push must be the same height as .footer */
	margin: 0 auto;
}

.footer {
	background:url(../images/bg.bottom2.jpg) top center repeat-x;
	position:relative;
}

.footer .topshadow {
	width:100%;
	height:9px;
	background:url(../images/bg.bottomcap.png) repeat-x;
	position:absolute;
	top:-9px;
	left:0;
}

.footer .content {
	position:relative;
	width:1100px;
	margin:0 auto;
}

.footer .content .info {
	position:absolute;
	width:1100px;
	top:25px;
	color: white;
	height:302px;
}

img {
	padding-right:15px;
	float:left;
}

.info .icast {
	width:575px;
	height:302px;
	float:left;
	background:url(../images/bg.icast.png) top right; 
	padding-right:5px;
}

.info .gen {
	width:246px;
	height:302px;
	margin-left:10px;
	float:left;
	background:url(../images/bg.info.png) top right;
}

.info .gen div {
	padding:0px 5px 15px 15px;
}

.footer .content .logo {
	position:absolute;
	z-index:0;
	left:700px;
	top:-134px;
}

.footer .content .nav {
	position:absolute;
	z-index:0;
	left:315px;
	top:-30px;
}

.footer .content .logo img {
	float:right;
}

.baseline {
	padding-top:5px;
	height:45px;
	position:absolute;
	bottom:0;
	background:url(../images/bg.footer.jpg);
	width:100%;
}

.baseline .content {
	width:1100px;
}

.baseline .player {
	float:left;
}

.baseline .links {
	float:right;
}

.baseline .links a {
	border:none;
	padding-left:5px;
	float:left;
}

.clr {
	clear:both;
	float:none;
	height:1px;
}

.block {
	padding:0 0 15px 0;
	display:block;
}

.float {
	float:left;
}

.video {
	float:left;
	width:150px;
	padding-top:20px;
}

/*
Sticky Footer by Ryan Fait  http://ryanfait.com
*/