body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"arial", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ccc;
	background: #ffffff url(background.png);
	background-repeat:repeat-x;
}

* 
{
  margin: 0 auto 0 auto; 
}

#header
{
display: block; 
width:850px;
height:257px;
background-image:url(header-2.jpg);
background-repeat:no-repeat;
}

#text
{
text-align:center;
border:0px solid;
}

#mainPicture
{
width:850px;
margin-top:0px;
text-align:center;
}


#mainPicture .picture
{
position:relative;
margin-top:50px;
border:0px solid;
width:850px;
height:50px;
}

img {
	border: none;
}

/* dock2 - bottom */

.dock-container2 {
	position: absolute;
	height: 50px;
	background: url();
	padding-left: 20px;
	margin-left:-10px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
