html,body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #FFF;
	height:100%;
	overflow-y:hidden;
	}

a img { 
	border: none;
}

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #ababab;
}


#container{
	width:455px;
	} 

h1 {
	text-indent: -9999px;
	background-image: url(../images/digitalsolution.png);
	background-repeat: no-repeat;
	width: 455px;
	height: 186px;
}
ul {
	width: 535px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 123px;
	overflow: hidden;
}
li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 46px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topcopy  {
	color: #FFF;
	text-indent: -9999px;
	visibility: hidden;
}
.news {
	color: #666;
	font-size: 90%;
	text-align: center;
}
.news p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.txtCenter {
	text-align: center;
}
