#header {
	width: 700px;
	height: 137px;
	background-image: url(images/video_h.jpg);
}
.ThreeLeft {
float:left;
width:27%;
text-align: left;
}
.ThreeCenter {
	float:left;
	width:46%;
	text-align: center;
}
.ThreeRight {
	float:right;
	width:27%;
	text-align: right;
}

.ThreeCenter .images  a:link, .ThreeCenter .images a:visited {
	text-decoration: none;
	background-color: #FFFFCC;
	color: #333333;
	width: 100%;
}

.ThreeCenter .images a:hover{
	background-color: #FFCC33;
	color: #000000;
}


