#header {
	background-image: url(/images/logo-service.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #990000;
}

a {
    color: #990000;
}


#footer {
	border-top: 1px solid #990000;
}



#sidebar {

  position: absolute;
	left: 550px;
	top: 300px;
	right:30px;
	bottom: 20px;
  
  
}

#content {

background-image: url(/images/pcback.gif);
	background-repeat: no-repeat;
	background-position: top left;
  
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 50px;
	width: 700px;
	min-height: 300px;
}

