body {
	background-color: #000;
	background-position:top;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	
}
.header {
	top:150px;
	left:225px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: left;
	position: relative;
	width: 400px;
	top: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	z-index:-10

}
.header_white {
	color: #FFF;
	z-index:-10
	
}
.silvertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 20px;
}
.silvertext2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
}
.silvertext3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #09C;
	font-size: 32px;
}

a {
	color:#01a5ec;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}










/* dock - top */
.dock {
	position: relative; 
	height: 10px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #ff7f50;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: underline;
	font: bold 18px "Trebuchet ms", Helvetica, sans-serif;
	font-weight: bold;
	
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 14px "Trebuchet ms", Helvetica, sans-serif;
	width: 40px; 
	color: red; 
	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%; 
}
