html, body {
	width: 					100%;
	margin: 				0px;
	padding: 				50px 0px 0px 0px;
	background-color:		#FFF;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color:					#F9A243;
	}

a {
	text-decoration:		none;
	color:					 #F9A243;
	}

a:hover {
	text-decoration:		underline;
	}

#content {
	width:					707px;
	margin:				0px auto 0px auto;
	background:			transparent url(../pics/homeContentBackground1.jpg) no-repeat top left;
	}

#logo {
	float: 					left;
	width:					403px;
	height:					212px;
	background:			transparent url(../pics/homeLogo.png) no-repeat top left;
	}

sup{
	font-size:				9px;
	}

#links {
	float:					left;
	width:					304px;
	height:					162px;
	padding: 				45px 0px 0px 0px;
	}

#links div {
	width:					304px;
	height:					58px;
	margin: 				0px;
	padding: 				0px;
	}

#links div a.broadband {
	display:				block;
	width:					304px;
	height:					58px;
	background:			transparent url(../pics/link11Off.png) no-repeat top left;
	}

#links div a.broadband:hover {
	background:			transparent url(../pics/link11On.png) no-repeat top left;
	}

#links div a.dialup {
	display:				block;
	width:					304px;
	height:					58px;
	background:			transparent url(../pics/link12Off.png) no-repeat top left;
	}

#links div a.dialup:hover {
	background:			transparent url(../pics/link12On.png) no-repeat top left;
	}

#caption {
	clear:					left;
	width:					707px;
	padding:				10px 0px 0px 0px;
	text-align:				center;
	font-size: 				10px;
	}

#caption sup{
	font-size:				7px;
	}

span {
	display:				none;
	}

