body, html {
	background-color:#0098E1;
}

#noclouds
{
	background-image:none;
	background-color:#0098E1;
	padding:20px 0 40px 140px;
	height:70px;
	color:White;
}

#clouds
{
	background-color:#0098E1;
	background: url('/img/new/backgroundcenter.png') 0px 432px repeat-x;
}

#clouds #sky
{
	background-color:#01658F;
	background: url('/img/new/headerbg.png') 0px 0px repeat-x;
}

#Header
{
	margin:20px 0 0 12px;
	height:70px;
}

#IceLogo
{
	background: url('img/new/logo.png') 10px left no-repeat;
	width:143px;
	height:40px;
	float:left;
	color:White;
	font-weight:bold;
}

/*#container .top
{
	width:932px;
}*/


#footer 
{
	color:White;
	font-size:10px;
	height:90px;
	width:100%;
	background: #C07020 url('img/new/footer.png') repeat-x;
	position: absolute;
    bottom: 0;
}

#footer #info
{
	width:919px;
	margin: 0 auto;
	padding-top:54px;
}

#footer #info a
{
	color:White;
	border-bottom:1px dotted white;
}

#footer #info p
{
	padding-left:18px;
}

