body {
    font-family: 'helevetica', 'arial', serif;
	background: url(../img/2background.jpg) center top;
	background-repeat: repeat;
    width:500px; 
    margin:0 auto;
    padding: 0 0 0 0;
}

.content{
margin-left:0px;
width:500px;
}

.linkshead{
	background: url(../img/head_links.jpg) center top;
	background-repeat: no-repeat;
	padding-bottom:80px;

}
.actionhead{
	background: url(../img/head_action.jpg) center top;
	background-repeat: no-repeat;
	padding-bottom:80px;

}
.presshead{
	background: url(../img/head_press.jpg) center top;
	background-repeat: no-repeat;
	padding-bottom:80px;

}
.text{
margin-left:-20px;
text-align:center;
}
	
/* ----- LINKS -----*/
	
a:link, a:visited { 
text-decoration: none;color: #222222;}

a:hover, a:active { 
text-decoration: none;color: #646464;}
	

