body {
	margin: 0px;
	background-color:  #ffffff;
	color: #777;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 10px;
	display:block;
}


#container {
 	position: absolute;
	width: 100%;
	background: url(img/datasafe_background.jpg) ;
	background-position: 920px 0px;
	background-repeat:no-repeat;
	display:block;
}

#content {

	width: 920px;
	height: 175px;
}

#column1 {
 	float: left;
	width: 204px;
	padding-left: 20px;
	padding-right: 25px;
	text-align: justify;
	background: url(img/line.gif) top right no-repeat;
	height: 175px;
	}

#column2 {
	float: left;
	width: 280px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	background: url(img/line.gif) top right no-repeat;
	height: 175px;
	}

#column3 {
	float: left;
	width: 291px;
	padding-left: 25px;
	text-align: justify;
	height: 175px;
	}

#footer {
	float: none;
	color: #999;
	width: 620px;
	text-align: left;
	padding-left: 274px;
	}


a:link, a:active, a:visited {
	color: #999;
   	text-decoration: none;
}

a:hover {
	color: #777;
   	text-decoration: none;
}


.title {
	font-weight: bold;
	}