body {
	background: #ffffff url(images/background1.gif);

	background-repeat:repeat-y
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
img {
	border: none;
	padding: none;
}
#top
{
width:600px;
height: 100px;
position:relative;
z-index:2;
margin:auto;
}
#right
{
background-image:url(images/sides.png);
position: absolute;
left: 0;
right: 0;
height: 100px;
width: 100% - 600px;
z-index:1;
}

#description
{
width: 500px;
margin:auto;
}
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 20%;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 20px Arial, Helvetica, sans-serif;
	width: 40px; 
	color:#FF0000; 
	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%; 
}

