#text {
position:		absolute;
top:			435px;
left:			160px;
width:			245px;
padding:		0px;
margin:			0px;
overflow:		hidden;
}

#box1 {
position:		absolute;
top:			435px;
left:			420px;
background:		url(images/services_boxes/box1.jpg) top left;
background-repeat:	no-repeat;
width:			120px;
height:			250px;
padding:		0px;
margin:			0px;
overflow:		hidden;
}

#box2 {
position:		absolute;
top:			435px;
left:			680px;
background:		url(images/services_boxes/box2.jpg) top left;
background-repeat:	no-repeat;
width:			120px;
height:			120px;
padding:		0px;
margin:			0px;
overflow:		hidden;
}

#box3 {
position:		absolute;
top:			565px;
left:			550px;
background:		url(images/services_boxes/box3.jpg) top left;
background-repeat:	no-repeat;
width:			120px;
height:			120px;
padding:		0px;
margin:			0px;
overflow:		hidden;
}

.home a {
display:		block;
width:			49px;
height:			25px;
background:		url(images/nav_home.jpg) top left;
background-repeat:	no-repeat;
background-position:	0px 0px;
}

.home a:hover {
background-position:	0px -25px;
}

.profile a {
display:		block;
width:			50px;
height:			25px;
background:		url(images/nav_profile.jpg) top left;
background-repeat:	no-repeat;
background-position:	0px 0px;
}

.profile a:hover {
background-position:	0px -25px;
}

.team a {
display:		block;
width:			45px;
height:			25px;
background:		url(images/nav_team.jpg) top left;
background-repeat:	no-repeat;
background-position:	0px 0px;
}

.team a:hover {
background-position:	0px -25px;
}

.services a {
display:		block;
width:			60px;
height:			25px;
background:		url(images/nav_services.jpg) top left;
background-repeat:	no-repeat;
background-position:	0px -50px;
}

.services a:hover {
background-position:	0px -50px;
}

.contact a {
display:		block;
width:			60px;
height:			25px;
background:		url(images/nav_contact.jpg) top left;
background-repeat:	no-repeat;
background-position:	0px 0px;
}

.contact a:hover {
background-position:	0px -25px;
}

.news a {
display:		block;
width:			32px;
height:			25px;
background:		url(images/nav_news.jpg) top left;
background-repeat:	no-repeat;
background-position:	0px 0px;
}

.news a:hover {
background-position:	0px -25px;
}