body {
	background:url(layout_images/ICE_bg-tile.jpg) repeat;
	background-color:#990000;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#container { 
	width: 100%; 
	height: 99%; 
	display: table; 
	background:url(layout_images/water_tile.png) repeat;
	}

#position { 
	display: table-cell; 
	vertical-align: middle; 
	}
	
#content {
height:680px;
}

.copyNorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666d70;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666d70;
}


#flashcontent {
		height: 675px;
		width:975px;
}

#menu {
	width:100%; 
	height:27px; 
	background:url(layout_images/ICE_menuBG-tile.jpg) repeat-x;
	margin-top:-55px;
	padding-top:6px;
	position:relative;
	z-index:-1;
}


.white {
	color:#ffffff;
}
