/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica;
/*	background-image:url(/graphics/common/grad-back.png);
	background-repeat:repeat-x;*/
	font-size:12px;
}

body /* Internet Explorer */ 
{ 
/*	text-align: center; */
} 

body /* Mozilla Firefox alignment */ 
{ 
/*	text-align: -moz-center; */
} 

a {
	text-decoration:none;
	color:#FFFFFF;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:980px;
}

#header-logo {
	float:left;
	width:364px;
	height:76px;
/*	width:154px;
	height:119px;*/
	margin-top:40px;
	background-image:url(/graphics/common/new-logo.png);
/*	background-image:url(/graphics/common/uksat-logo.png);*/
	background-repeat:no-repeat;
}

#header-logo { behavior: url(iepngfix.htc);}

#header-brands {
	width:980px;
	text-align:center;
	background-color:#FFFFFF;
}

#header-strapline {
	width:980px;
	text-align:center;	
	padding-top:17px;
	font-size:160%;
}

#content-wrapper {
	width:980px;
	margin-top:25px;
	margin-bottom:10px;
}

.clearall {
  clear: both;
}

#footer {
	width:980px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#2C2C2C;
	height:38px;
	color:#FFFFFF;
	padding-top:25px;
}

#footer a{
	color:#FFFFFF;
}

.text-red{
	color:#C50000;
}

