/* clear all default padding so we're starting from the same place on all
 * browsers */

@import url("reset-min.css");

html
{
	 background-color: #919295;
}

body 
{
	font: 12px arial;
	color: #666666;
}

a
{
	color: #666666;
}

a:visited
{
	color: #666666;
}

a:hover
{
	color: #f8981c;
}

#main_pane 
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 719px;
	height: 505px;
	margin-top: -252px;
	margin-left: -360px;
	background-color: #fbfcfd;
}

#logo 
{
	position:absolute;
	left: 65px;
	top: 223px;
}

#todayshow
{
	position:absolute;
	left: 38px;
	bottom: 38px;
	width: 280px;
	height: 113px;
}

#content 
{
	position:absolute;
	height: 485px;
	width: 293px;
	right: 0;
	background: #eaebec url(/prebuilt/images/international/landing_bg.gif) no-repeat;
	padding: 10px 35px 10px;
}

#footer
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 719px;
	height: 55px;
	margin-top: 306px;
	margin-left: -360px;
	color: white;
	font: 10px arial;
}

li
{
	margin-bottom: 30px;
	text-transform: uppercase;
}

li.last
{
	margin-bottom: 0;
}

li li 
{
   margin: 4px 0 0 11px;
	text-transform: none;
}

li li a
{
	text-decoration: none;
}

.vertical_center
{
	height: 100%;
}

.vertical_center td
{
	vertical-align: middle;	
}

@media print
{
	#main_pane 
	{
		position: relative;
		top: 0;
		left: 0;
		margin: 0
	}
	#footer
	{
		position: relative;
		top: 0;
		left: 0;
		margin: 0
	}
}

