/* CSS Document */
body {
	background-color: #000000;
	color: #000000;
	/* background-image: url(Learning/images/bg2.jpg);
	background-repeat: repeat-y;*/
	text-align:center;	
	
}

div#container {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 700px;
	/*background : url(Learning/images/bg2.jpg) repeat-y;  */
	background-color: #000000;
	text-align:left;
	padding: 0px;
	
	
}

div#branding {
	position: absolute;
	top: 50px;
	left : 160px;
	width: 479px;
	height: 462px;
	background-repeat:no-repeat;
	background-image: url(images/logologo.jpg);
	background-color:#000066;	 
	 
}


div#speed {
	 float:left;
	 position:absolute;
	 z-index:30;
	 width: 450px;
	 height: 25px;
	 left:160px;
	 top: 500px;
	 margin: 0;
	 padding: 0px;
	 color:#FFFFFF;
	 font-size:24px;
}



div#speed a   {font-size:18px; }

div#dialup {
	text-align:center;
	width:175px;
	height:25px;
	float: right;
}



div#cable  {text-align:center;
	 width:175px;
	 height:25px;

}
